home *** CD-ROM | disk | FTP | other *** search
/ Halting the Hacker - A P…uide to Computer Security / Halting the Hacker - A Practical Guide to Computer Security.iso / rfc / rfc1271.txt < prev    next >
Text File  |  1997-04-01  |  184KB  |  4,539 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. Network Working Group                                      S. Waldbusser
  8. Request for Comments: 1271                    Carnegie Mellon University
  9.                                                            November 1991
  10.  
  11.  
  12.          Remote Network Monitoring Management Information Base
  13.  
  14. Status of this Memo
  15.  
  16.    This memo is an extension to the SNMP MIB.  This RFC specifies an IAB
  17.    standards track protocol for the Internet community, and requests
  18.    discussion and suggestions for improvements.  Please refer to the
  19.    current edition of the "IAB Official Protocol Standards" for the
  20.    standardization state and status of this protocol.  Distribution of
  21.    this memo is unlimited.
  22.  
  23. Table of Contents
  24.  
  25.    1. Abstract ..............................................    2
  26.    2. The Network Management Framework.......................    2
  27.    3. Objects ...............................................    2
  28.    3.1 Format of Definitions ................................    3
  29.    4. Overview ..............................................    3
  30.    4.1 Remote Network Management Goals ......................    3
  31.    4.2 Textual Conventions ..................................    5
  32.    4.3 Structure of MIB .....................................    5
  33.    4.3.1 The Statistics Group ...............................    6
  34.    4.3.2 The History Group ..................................    6
  35.    4.3.3 The Alarm Group ....................................    6
  36.    4.3.4 The Host Group .....................................    6
  37.    4.3.5 The HostTopN Group .................................    6
  38.    4.3.6 The Matrix Group ...................................    7
  39.    4.3.7 The Filter Group ...................................    7
  40.    4.3.8 The Packet Capture Group ...........................    7
  41.    4.3.9 The Event Group ....................................    7
  42.    5. Control of Remote Network Monitoring Devices ..........    7
  43.    5.1 Resource Sharing Among Multiple Management Stations ..    8
  44.    5.2 Row Addition Among Multiple Management Stations ......    9
  45.    6. Definitions ...........................................   10
  46.    7. Acknowledgments .......................................   80
  47.    8. References ............................................   80
  48.    Security Considerations...................................   81
  49.    Author's Address..........................................   81
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58. Remote Network Monitoring Working Group                         [Page 1]
  59.  
  60. RFC 1271             Remote Network Monitoring MIB         November 1991
  61.  
  62.  
  63. 1.  Abstract
  64.  
  65.    This memo defines a portion of the Management Information Base (MIB)
  66.    for use with network management protocols in TCP/IP-based internets.
  67.    In particular, it defines objects for managing remote network
  68.    monitoring devices.
  69.  
  70. 2.  The Network Management Framework
  71.  
  72.    The Internet-standard Network Management Framework consists of three
  73.    components.  They are:
  74.  
  75.       RFC 1155 which defines the SMI, the mechanisms used for describing
  76.       and naming objects for the purpose of management.  RFC 1212
  77.       defines a more concise description mechanism, which is wholly
  78.       consistent with the SMI.
  79.  
  80.       RFC 1156 which defines MIB-I, the core set of managed objects for
  81.       the Internet suite of protocols.  RFC 1213, defines MIB-II, an
  82.       evolution of MIB-I based on implementation experience and new
  83.       operational requirements.
  84.  
  85.       RFC 1157 which defines the SNMP, the protocol used for network
  86.       access to managed objects.
  87.  
  88.    The Framework permits new objects to be defined for the purpose of
  89.    experimentation and evaluation.
  90.  
  91. 3.  Objects
  92.  
  93.    Managed objects are accessed via a virtual information store, termed
  94.    the Management Information Base or MIB.  Objects in the MIB are
  95.    defined using the subset of Abstract Syntax Notation One (ASN.1) [7]
  96.    defined in the SMI.  In particular, each object has a name, a syntax,
  97.    and an encoding.  The name is an object identifier, an
  98.    administratively assigned name, which specifies an object type.  The
  99.    object type together with an object instance serves to uniquely
  100.    identify a specific instantiation of the object.  For human
  101.    convenience, we often use a textual string, termed the OBJECT
  102.    DESCRIPTOR, to also refer to the object type.
  103.  
  104.    The syntax of an object type defines the abstract data structure
  105.    corresponding to that object type.  The ASN.1 language is used for
  106.    this purpose.  However, the SMI [3] purposely restricts the ASN.1
  107.    constructs which may be used.  These restrictions are explicitly made
  108.    for simplicity.
  109.  
  110.    The encoding of an object type is simply how that object type
  111.  
  112.  
  113.  
  114. Remote Network Monitoring Working Group                         [Page 2]
  115.  
  116. RFC 1271             Remote Network Monitoring MIB         November 1991
  117.  
  118.  
  119.    is represented using the object type's syntax.  Implicitly
  120.    tied to the notion of an object type's syntax and encoding is
  121.    how the object type is represented when being transmitted on
  122.    the network.
  123.  
  124.    The SMI specifies the use of the basic encoding rules of ASN.1 [8],
  125.    subject to the additional requirements imposed by the SNMP.
  126.  
  127. 3.1.  Format of Definitions
  128.  
  129.    Section 6 contains the specification of all object types
  130.    contained in this MIB module.  The object types are defined
  131.    using the conventions defined in the SMI, as amended by the
  132.    extensions specified in [9,10].
  133.  
  134. 4.  Overview
  135.  
  136.    Remote network monitoring devices are instruments that exist for the
  137.    purpose of managing a network.  Often these remote probes are
  138.    stand-alone devices and devote significant internal resources for the
  139.    sole purpose of managing a network.  An organization may employ many
  140.    of these devices, one per network segment, to manage its internet.  In
  141.    addition, these devices may be used for a network management service
  142.    provider to access a client network, often geographically remote.
  143.  
  144.    While many of the objects in this document are suitable for the
  145.    management of any type of network, there are some which are specific
  146.    to managing Ethernet networks.  The design of this MIB allows similar
  147.    objects to be defined for other network types.  It is intended that
  148.    future versions of this document will define extensions for other
  149.    network types such as Token Ring and FDDI.
  150.  
  151. 4.1.  Remote Network Management Goals
  152.  
  153.               o Offline Operation
  154.                   There are sometimes conditions when a management
  155.                   station will not be in constant contact with its
  156.                   remote monitoring devices.  This is sometimes by
  157.                   design in an attempt to lower communications costs
  158.                   (especially when communicating over a WAN or
  159.                   dialup link), or by accident as network failures
  160.                   affect the communications between the management
  161.                   station and the probe.
  162.  
  163.                   For this reason, this MIB allows a probe to be
  164.                   configured to perform diagnostics and to collect
  165.                   statistics continuously, even when communication with
  166.                   the management station may not be possible or
  167.  
  168.  
  169.  
  170. Remote Network Monitoring Working Group                         [Page 3]
  171.  
  172. RFC 1271             Remote Network Monitoring MIB         November 1991
  173.  
  174.  
  175.                   efficient.  The probe may then attempt to notify
  176.                   the management station when an exceptional condition
  177.                   occurs.  Thus, even in circumstances where
  178.                   communication between management station and probe is
  179.                   not continuous, fault, performance, and configuration
  180.                   information may be continuously accumulated and
  181.                   communicated to the management station conveniently
  182.                   and efficiently.
  183.  
  184.               o Preemptive Monitoring
  185.                   Given the resources available on the monitor, it
  186.                   is potentially helpful for it continuously to run
  187.                   diagnostics and to log network performance.  The
  188.                   monitor is always available at the onset of any
  189.                   failure.  It can notify the management station of the
  190.                   failure and can store historical statistical
  191.                   information about the failure.  This historical
  192.                   information can be played back by the management
  193.                   station in an attempt to perform further diagnosis
  194.                   into the cause of the problem.
  195.  
  196.               o Problem Detection and Reporting
  197.                   The monitor can be configured to recognize
  198.                   conditions, most notably error conditions, and
  199.                   continuously to check for them.  When one of these
  200.                   conditions occurs, the event may be logged, and
  201.                   management stations may be notified in a number of
  202.                   ways.
  203.  
  204.               o Value Added Data
  205.                   Because a remote monitoring device represents a
  206.                   network resource dedicated exclusively to network
  207.                   management functions, and because it is located
  208.                   directly on the monitored portion of the network, the
  209.                   remote network monitoring device has the opportunity
  210.                   to add significant value to the data it collects.
  211.                   For instance, by highlighting those hosts on the
  212.                   network that generate the most traffic or errors, the
  213.                   probe can give the management station precisely the
  214.                   information it needs to solve a class of problems.
  215.  
  216.               o Multiple Managers
  217.                   An organization may have multiple management stations
  218.                   for different units of the organization, for different
  219.                   functions (e.g. engineering and operations), and in an
  220.                   attempt to provide disaster recovery.  Because
  221.                   environments with multiple management stations are
  222.                   common, the remote network monitoring device has to
  223.  
  224.  
  225.  
  226. Remote Network Monitoring Working Group                         [Page 4]
  227.  
  228. RFC 1271             Remote Network Monitoring MIB         November 1991
  229.  
  230.  
  231.                   deal with more than own management station,
  232.                   potentially using its resources concurrently.
  233.  
  234. 4.2.  Textual Conventions
  235.  
  236.    Two new data types are introduced as a textual convention in this MIB
  237.    document.  These textual conventions enhance the readability of the
  238.    specification and can ease comparison with other specifications if
  239.    appropriate.  It should be noted that the introduction of the these
  240.    textual conventions has no effect on either the syntax nor the
  241.    semantics of any managed objects.  The use of these is merely an
  242.    artifact of the explanatory method used.  Objects defined in terms of
  243.    one of these methods are always encoded by means of the rules that
  244.    define the primitive type.  Hence, no changes to the SMI or the SNMP
  245.    are necessary to accommodate these textual conventions which are
  246.    adopted merely for the convenience of readers and writers in pursuit
  247.    of the elusive goal of clear, concise, and unambiguous MIB documents.
  248.  
  249.    The new data types are: OwnerString and EntryStatus.
  250.  
  251. 4.3.  Structure of MIB
  252.  
  253.    The objects are arranged into the following groups:
  254.  
  255.                   - statistics
  256.  
  257.                   - history
  258.  
  259.                   - alarm
  260.  
  261.                   - host
  262.  
  263.                   - hostTopN
  264.  
  265.                   - matrix
  266.  
  267.                   - filter
  268.  
  269.                   - packet capture
  270.  
  271.                   - event
  272.  
  273.    These groups are the basic unit of conformance.  If a remote
  274.    monitoring device implements a group, then it must implement all
  275.    objects in that group.  For example, a managed agent that implements
  276.    the host group must implement the hostControlTable, the hostTable and
  277.    the hostTimeTable.
  278.  
  279.  
  280.  
  281.  
  282. Remote Network Monitoring Working Group                         [Page 5]
  283.  
  284. RFC 1271             Remote Network Monitoring MIB         November 1991
  285.  
  286.  
  287.    All groups in this MIB are optional.  Implementations of this MIB
  288.    must also implement the system and interfaces group of MIB-II [6].
  289.    MIB-II may also mandate the implementation of additional groups.
  290.  
  291.    These groups are defined to provide a means of assigning object
  292.    identifiers, and to provide a method for managed agents to know which
  293.    objects they must implement.
  294.  
  295. 4.3.1.  The Statistics Group
  296.  
  297.    The statistics group contains statistics measured by the probe for
  298.    each monitored interface on this device.  This group currently
  299.    consists of the etherStatsTable but in the future will contain tables
  300.    for other media types including Token Ring and FDDI.
  301.  
  302. 4.3.2.  The History Group
  303.  
  304.    The history group records periodic statistical samples from a network
  305.    and stores them for later retrieval.  This group currently consists
  306.    of the historyControlTable and the etherHistoryTable.  In future
  307.    versions of the MIB, this group may contain tables for other media
  308.    types including Token Ring and FDDI.
  309.  
  310. 4.3.3.  The Alarm Group
  311.  
  312.    The alarm group periodically takes statistical samples from variables
  313.    in the probe and compares them to previously configured thresholds.
  314.    If the monitored variable crosses a threshold, an event is generated.
  315.    A hysteresis mechanism is implemented to limit the generation of
  316.    alarms.  This group consists of the alarmTable and requires the
  317.    implementation of the event group.
  318.  
  319. 4.3.4.  The Host Group
  320.  
  321.    The host group contains statistics associated with each host
  322.    discovered on the network.  This group discovers hosts on the network
  323.    by keeping a list of source and destination MAC Addresses seen in
  324.    good packets promiscuously received from the network.  This group
  325.    consists of the hostControlTable, the hostTable, and the
  326.    hostTimeTable.
  327.  
  328. 4.3.5.  The HostTopN Group
  329.  
  330.    The hostTopN group is used to prepare reports that describe the hosts
  331.    that top a list ordered by one of their statistics.  The available
  332.    statistics are samples of one of their base statistics over an
  333.    interval specified by the management station.  Thus, these statistics
  334.    are rate based.  The management station also selects how many such
  335.  
  336.  
  337.  
  338. Remote Network Monitoring Working Group                         [Page 6]
  339.  
  340. RFC 1271             Remote Network Monitoring MIB         November 1991
  341.  
  342.  
  343.    hosts are reported.  This group consists of the hostTopNControlTable
  344.    and the hostTopNTable, and requires the implementation of the host
  345.    group.
  346.  
  347. 4.3.6.  The Matrix Group
  348.  
  349.    The matrix group stores statistics for conversations between sets of
  350.    two addresses.  As the device detects a new conversation, it creates
  351.    a new entry in its tables.  This group consists of the
  352.    matrixControlTable, the matrixSDTable and the matrixDSTable.
  353.  
  354. 4.3.7.  The Filter Group
  355.  
  356.    The filter group allows packets to be matched by a filter equation.
  357.    These matched packets form a data stream that may be captured or may
  358.    generate events.  This group consists of the filterTable and the
  359.    channelTable.
  360.  
  361. 4.3.8.  The Packet Capture Group
  362.  
  363.    The Packet Capture group allows packets to be captured after they
  364.    flow through a channel.  This group consists of the
  365.    bufferControlTable and the captureBufferTable, and requires the
  366.    implementation of the filter group.
  367.  
  368. 4.3.9.  The Event Group
  369.  
  370.    The event group controls the generation and notification of events
  371.    from this device.  This group consists of the eventTable and the
  372.    logTable.
  373.  
  374. 5.  Control of Remote Network Monitoring Devices
  375.  
  376.    Due to the complex nature of the available functions in these
  377.    devices, the functions often need user configuration.  In many cases,
  378.    the function requires parameters to be set up for a data collection
  379.    operation.  The operation can proceed only after these parameters are
  380.    fully set up.
  381.  
  382.    Many functional groups in this MIB have one or more tables in which
  383.    to set up control parameters, and one or more data tables in which to
  384.    place the results of the operation.  The control tables are typically
  385.    read-write in nature, while the data tables are typically read-only.
  386.    Because the parameters in the control table often describe resulting
  387.    data in the data table, many of the parameters can be modified only
  388.    when the control entry is invalid.  Thus, the method for modifying
  389.    these parameters is to invalidate the control entry, causing its
  390.    deletion and the deletion of any associated data entries, and then
  391.  
  392.  
  393.  
  394. Remote Network Monitoring Working Group                         [Page 7]
  395.  
  396. RFC 1271             Remote Network Monitoring MIB         November 1991
  397.  
  398.  
  399.    create a new control entry with the proper parameters.  Deleting the
  400.    control entry also gives a convenient method for reclaiming the
  401.    resources used by the associated data.
  402.  
  403.    Some objects in this MIB provide a mechanism to execute an action on
  404.    the remote monitoring device.  These objects may execute an action as
  405.    a result of a change in the state of the object.  For those objects
  406.    in this MIB, a request to set an object to the same value as it
  407.    currently holds would thus cause no action to occur.
  408.  
  409.    To facilitate control by multiple managers, resources have to be
  410.    shared among the managers.  These resources are typically the memory
  411.    and computation resources that a function requires.
  412.  
  413. 5.1.  Resource Sharing Among Multiple Management Stations
  414.  
  415.    When multiple management stations wish to use functions that compete
  416.    for a finite amount of resources on a device, a method to facilitate
  417.    this sharing of resources is required.  Potential conflicts include:
  418.  
  419.               o Two management stations wish to simultaneously use
  420.                 resources that together would exceed the capability of
  421.                 the device.
  422.  
  423.               o A management station uses a significant amount of
  424.                 resources for a long period of time.
  425.  
  426.               o A management station uses resources and then crashes,
  427.                 forgetting to free the resources so others may
  428.                 use them.
  429.  
  430.    A mechanism is provided for each management station initiated
  431.    function in this MIB to avoid these conflicts and to help resolve
  432.    them when they occur.  Each function has a label identifying the
  433.    initiator (owner) of the function.  This label is set by the
  434.    initiator to provide for the following possibilities:
  435.  
  436.               o A management station may recognize resources it owns
  437.                 and no longer needs.
  438.  
  439.               o A network operator can find the management station that
  440.                 owns the resource and negotiate for it to be freed.
  441.  
  442.               o A network operator may decide to unilaterally free
  443.                 resources another network operator has reserved.
  444.  
  445.               o Upon initialization, a management station may recognize
  446.                 resources it had reserved in the past.  With this
  447.  
  448.  
  449.  
  450. Remote Network Monitoring Working Group                         [Page 8]
  451.  
  452. RFC 1271             Remote Network Monitoring MIB         November 1991
  453.  
  454.  
  455.                 information it may free the resources if it no longer
  456.                 needs them.
  457.  
  458.    Management stations and probes should support any format of the owner
  459.    string dictated by the local policy of the organization.  It is
  460.    suggested that this name contain one or more of the following: IP
  461.    address, management station name, network manager's name, location,
  462.    or phone number.  This information will help users to share the
  463.    resources more effectively.
  464.  
  465.    There is often default functionality that the device wishes to set
  466.    up.  The resources associated with this functionality are then owned
  467.    by the device itself.  In this case, the device will set the relevant
  468.    owner object to a string starting with 'monitor'.  Indiscriminate
  469.    modification of the monitor-owned configuration by network management
  470.    stations is discouraged.  In fact, a network management station
  471.    should only modify these objects under the direction of the
  472.    administrator of the probe, often the network administrator.
  473.  
  474.    When a network management station wishes to utilize a function in a
  475.    monitor, it is encouraged to first scan the control table of that
  476.    function to find an instance with similar parameters to share.  This
  477.    is especially true for those instances owned by the monitor, which
  478.    can be assumed to change infrequently.  If a management station
  479.    decides to share an instance owned by another management station, it
  480.    should understand that the management station that owns the instance
  481.    may indiscriminately modify or delete it.
  482.  
  483. 5.2.  Row Addition Among Multiple Management Stations
  484.  
  485.    The addition of new rows is achieved using the method described in
  486.    [9].  In this MIB, rows are often added to a table in order to
  487.    configure a function.  This configuration usually involves parameters
  488.    that control the operation of the function.  The agent must check
  489.    these parameters to make sure they are appropriate given restrictions
  490.    defined in this MIB as well as any implementation specific
  491.    restrictions such as lack of resources.  The agent implementor may be
  492.    confused as to when to check these parameters and when to signal to
  493.    the management station that the parameters are invalid.  There are
  494.    two opportunities:
  495.  
  496.               o When the management station sets each parameter object.
  497.  
  498.               o When the management station sets the entry status object
  499.                 to valid.
  500.  
  501.    If the latter is chosen, it would be unclear to the management
  502.    station which of the several parameters was invalid and caused the
  503.  
  504.  
  505.  
  506. Remote Network Monitoring Working Group                         [Page 9]
  507.  
  508. RFC 1271             Remote Network Monitoring MIB         November 1991
  509.  
  510.  
  511.    badValue error to be emitted.  Thus, wherever possible, the
  512.    implementor should choose the former as it will provide more
  513.    information to the management station.
  514.  
  515.    A problem can arise when multiple management stations attempt to set
  516.    configuration information simultaneously using SNMP.  When this
  517.    involves the addition of a new conceptual row in the same control
  518.    table, the managers may collide, attempting to create the same entry.
  519.    To guard against these collisions, each such control entry contains a
  520.    status object with special semantics that help to arbitrate among the
  521.    managers.  If an attempt is made with the row addition mechanism to
  522.    create such a status object and that object already exists, an error
  523.    is returned.  When more than one manager simultaneously attempts to
  524.    create the same conceptual row, only the first will succeed.  The
  525.    others will receive an error.
  526.  
  527. 6.  Definitions
  528.  
  529.           RFC1271-MIB DEFINITIONS ::= BEGIN
  530.  
  531.               IMPORTS
  532.                   Counter                              FROM RFC1155-SMI
  533.                   DisplayString                        FROM RFC1158-MIB
  534.                   mib-2                                FROM RFC1213-MIB
  535.                   OBJECT-TYPE                          FROM RFC-1212;
  536.  
  537.           --  This MIB module uses the extended OBJECT-TYPE macro as
  538.           --  defined in [9].
  539.  
  540.  
  541.           --  Remote Network Monitoring MIB
  542.  
  543.               rmon    OBJECT IDENTIFIER ::= { mib-2 16 }
  544.  
  545.  
  546.               -- textual conventions
  547.  
  548.               OwnerString ::= DisplayString
  549.               -- This data type is used to model an administratively
  550.               -- assigned name of the owner of a resource. This
  551.               -- information is taken from the NVT ASCII character set.
  552.               -- It is suggested that this name contain one or more
  553.               -- of the following:
  554.               -- IP address, management station name, network manager's
  555.               -- name, location, or phone number.
  556.               -- In some cases the agent itself will be the owner of
  557.               -- an entry.  In these cases, this string shall be set
  558.               -- to a string starting with 'monitor'.
  559.  
  560.  
  561.  
  562. Remote Network Monitoring Working Group                        [Page 10]
  563.  
  564. RFC 1271             Remote Network Monitoring MIB         November 1991
  565.  
  566.  
  567.               --
  568.               -- SNMP access control is articulated entirely in terms of
  569.               -- the contents of MIB views; access to a particular SNMP
  570.               -- object instance depends only upon its presence or
  571.               -- absence in a particular MIB view and never upon its
  572.               -- value or the value of related object instances. Thus,
  573.               -- objects of this type afford resolution of resource
  574.               -- contention only among cooperating managers; they
  575.               -- realize no access control function with respect
  576.               -- to uncooperative parties.
  577.               --
  578.               -- By convention, objects with this syntax are declared
  579.               -- as having
  580.               --
  581.               --      SIZE (0..127)
  582.  
  583.  
  584.               EntryStatus ::= INTEGER
  585.                          { valid(1),
  586.                            createRequest(2),
  587.                            underCreation(3),
  588.                            invalid(4)
  589.                          }
  590.  
  591.               -- The status of a table entry.
  592.               --
  593.               -- Setting this object to the value invalid(4) has the
  594.               -- effect of invalidating the corresponding entry.
  595.               -- That is, it effectively disassociates the mapping
  596.               -- identified with said entry.
  597.               -- It is an implementation-specific matter as to whether
  598.               -- the agent removes an invalidated entry from the table.
  599.               -- Accordingly, management stations must be prepared to
  600.               -- receive tabular information from agents that corresponds
  601.               -- to entries currently not in use.  Proper
  602.               -- interpretation of such entries requires examination
  603.               -- of the relevant EntryStatus object.
  604.               --
  605.               -- An existing instance of this object cannot be set to
  606.               -- createRequest(2).  This object may only be set to
  607.               -- createRequest(2) when this instance is created.  When
  608.               -- this object is created, the agent may wish to create
  609.               -- supplemental object instances to complete a conceptual
  610.               -- row in this table.  Immediately after completing the
  611.               -- create operation, the agent must set this object to
  612.               -- underCreation(3).
  613.               --
  614.               -- Entries shall exist in the underCreation(3) state until
  615.  
  616.  
  617.  
  618. Remote Network Monitoring Working Group                        [Page 11]
  619.  
  620. RFC 1271             Remote Network Monitoring MIB         November 1991
  621.  
  622.  
  623.               -- the management station is finished configuring the
  624.               -- entry and sets this object to valid(1) or aborts,
  625.               -- setting this object to invalid(4).  If the agent
  626.               -- determines that an entry has been in the
  627.               -- underCreation(3) state for an abnormally long time,
  628.               -- it may decide that the management station has
  629.               -- crashed.  If the agent makes this decision,
  630.               -- it may set this object to invalid(4) to reclaim the
  631.               -- entry.  A prudent agent will understand that the
  632.               -- management station may need to wait for human input
  633.               -- and will allow for that possibility in its
  634.               -- determination of this abnormally long period.
  635.  
  636.  
  637.               statistics        OBJECT IDENTIFIER ::= { rmon 1 }
  638.               history           OBJECT IDENTIFIER ::= { rmon 2 }
  639.               alarm             OBJECT IDENTIFIER ::= { rmon 3 }
  640.               hosts             OBJECT IDENTIFIER ::= { rmon 4 }
  641.               hostTopN          OBJECT IDENTIFIER ::= { rmon 5 }
  642.               matrix            OBJECT IDENTIFIER ::= { rmon 6 }
  643.               filter            OBJECT IDENTIFIER ::= { rmon 7 }
  644.               capture           OBJECT IDENTIFIER ::= { rmon 8 }
  645.               event             OBJECT IDENTIFIER ::= { rmon 9 }
  646.  
  647.  
  648.           -- The Statistics Group
  649.           --
  650.           -- Implementation of the Statistics group is optional.
  651.           --
  652.           -- The statistics group contains statistics measured by the
  653.           -- probe for each monitored interface on this device.  These
  654.           -- statistics take the form of free running counters that
  655.           -- start from zero when a valid entry is created.
  656.           --
  657.           -- This group currently has statistics defined only for
  658.           -- Ethernet interfaces.  Each etherStatsEntry contains
  659.           -- statistics for one Ethernet interface.  The probe must
  660.           -- create one etherStats entry for each monitored Ethernet
  661.           -- interface on the device.
  662.  
  663.           etherStatsTable OBJECT-TYPE
  664.               SYNTAX SEQUENCE OF EtherStatsEntry
  665.               ACCESS not-accessible
  666.               STATUS mandatory
  667.               DESCRIPTION
  668.                   "A list of Ethernet statistics entries."
  669.               ::= { statistics 1 }
  670.  
  671.  
  672.  
  673.  
  674. Remote Network Monitoring Working Group                        [Page 12]
  675.  
  676. RFC 1271             Remote Network Monitoring MIB         November 1991
  677.  
  678.  
  679.           etherStatsEntry OBJECT-TYPE
  680.               SYNTAX EtherStatsEntry
  681.               ACCESS not-accessible
  682.               STATUS mandatory
  683.               DESCRIPTION
  684.                   "A collection of statistics kept for a particular
  685.                   Ethernet interface."
  686.               INDEX { etherStatsIndex }
  687.               ::= { etherStatsTable 1 }
  688.  
  689.           EtherStatsEntry ::= SEQUENCE {
  690.               etherStatsIndex                    INTEGER (1..65535),
  691.               etherStatsDataSource               OBJECT IDENTIFIER,
  692.               etherStatsDropEvents               Counter,
  693.               etherStatsOctets                   Counter,
  694.               etherStatsPkts                     Counter,
  695.               etherStatsBroadcastPkts            Counter,
  696.               etherStatsMulticastPkts            Counter,
  697.               etherStatsCRCAlignErrors           Counter,
  698.               etherStatsUndersizePkts            Counter,
  699.               etherStatsOversizePkts             Counter,
  700.               etherStatsFragments                Counter,
  701.               etherStatsJabbers                  Counter,
  702.               etherStatsCollisions               Counter,
  703.               etherStatsPkts64Octets             Counter,
  704.               etherStatsPkts65to127Octets        Counter,
  705.               etherStatsPkts128to255Octets       Counter,
  706.               etherStatsPkts256to511Octets       Counter,
  707.               etherStatsPkts512to1023Octets      Counter,
  708.               etherStatsPkts1024to1518Octets     Counter,
  709.               etherStatsOwner                    OwnerString,
  710.               etherStatsStatus                   INTEGER
  711.           }
  712.  
  713.           etherStatsIndex OBJECT-TYPE
  714.               SYNTAX INTEGER (1..65535)
  715.               ACCESS read-only
  716.               STATUS mandatory
  717.               DESCRIPTION
  718.                   "The value of this object uniquely identifies this
  719.                   etherStats entry."
  720.               ::= { etherStatsEntry 1 }
  721.  
  722.           etherStatsDataSource OBJECT-TYPE
  723.               SYNTAX OBJECT IDENTIFIER
  724.               ACCESS read-write
  725.               STATUS mandatory
  726.               DESCRIPTION
  727.  
  728.  
  729.  
  730. Remote Network Monitoring Working Group                        [Page 13]
  731.  
  732. RFC 1271             Remote Network Monitoring MIB         November 1991
  733.  
  734.  
  735.                   "This object identifies the source of the data that
  736.                   this etherStats entry is configured to analyze.  This
  737.                   source can be any ethernet interface on this device.
  738.                   In order to identify a particular interface, this
  739.                   object shall identify the instance of the ifIndex
  740.                   object, defined in [4,6], for the desired interface.
  741.                   For example, if an entry were to receive data from
  742.                   interface #1, this object would be set to ifIndex.1.
  743.  
  744.                   The statistics in this group reflect all packets
  745.                   on the local network segment attached to the
  746.                   identified interface.
  747.  
  748.                   This object may not be modified if the associated
  749.                   etherStatsStatus object is equal to valid(1)."
  750.               ::= { etherStatsEntry 2 }
  751.  
  752.           etherStatsDropEvents OBJECT-TYPE
  753.               SYNTAX Counter
  754.               ACCESS read-only
  755.               STATUS mandatory
  756.               DESCRIPTION
  757.                   "The total number of events in which packets
  758.                   were dropped by the probe due to lack of resources.
  759.                   Note that this number is not necessarily the number of
  760.                   packets dropped; it is just the number of times this
  761.                   condition has been detected."
  762.               ::= { etherStatsEntry 3 }
  763.  
  764.           etherStatsOctets OBJECT-TYPE
  765.               SYNTAX Counter
  766.               ACCESS read-only
  767.               STATUS mandatory
  768.               DESCRIPTION
  769.                   "The total number of octets of data (including
  770.                   those in bad packets) received on the
  771.                   network (excluding framing bits but including
  772.                   FCS octets)."
  773.               ::= { etherStatsEntry 4 }
  774.  
  775.           etherStatsPkts OBJECT-TYPE
  776.               SYNTAX Counter
  777.               ACCESS read-only
  778.               STATUS mandatory
  779.               DESCRIPTION
  780.                   "The total number of packets (including error packets)
  781.                   received."
  782.               ::= { etherStatsEntry 5 }
  783.  
  784.  
  785.  
  786. Remote Network Monitoring Working Group                        [Page 14]
  787.  
  788. RFC 1271             Remote Network Monitoring MIB         November 1991
  789.  
  790.  
  791.           etherStatsBroadcastPkts OBJECT-TYPE
  792.               SYNTAX Counter
  793.               ACCESS read-only
  794.               STATUS mandatory
  795.               DESCRIPTION
  796.                   "The total number of good packets received that were
  797.                   directed to the broadcast address."
  798.               ::= { etherStatsEntry 6 }
  799.  
  800.           etherStatsMulticastPkts OBJECT-TYPE
  801.               SYNTAX Counter
  802.               ACCESS read-only
  803.               STATUS mandatory
  804.               DESCRIPTION
  805.                   "The total number of good packets received that were
  806.                   directed to a multicast address.  Note that this
  807.                   number does not include packets directed to the
  808.                   broadcast address."
  809.               ::= { etherStatsEntry 7 }
  810.  
  811.           etherStatsCRCAlignErrors OBJECT-TYPE
  812.               SYNTAX Counter
  813.               ACCESS read-only
  814.               STATUS mandatory
  815.               DESCRIPTION
  816.                   "The total number of packets received that
  817.                   had a length (excluding framing bits, but
  818.                   including FCS octets) of between 64 and 1518
  819.                   octets, inclusive, but were not an integral number
  820.                   of octets in length or had a bad Frame Check
  821.                   Sequence (FCS)."
  822.               ::= { etherStatsEntry 8 }
  823.  
  824.           etherStatsUndersizePkts OBJECT-TYPE
  825.               SYNTAX Counter
  826.               ACCESS read-only
  827.               STATUS mandatory
  828.               DESCRIPTION
  829.                   "The total number of packets received that were
  830.                   less than 64 octets long (excluding framing bits,
  831.                   but including FCS octets) and were otherwise well
  832.                   formed."
  833.               ::= { etherStatsEntry 9 }
  834.  
  835.           etherStatsOversizePkts OBJECT-TYPE
  836.               SYNTAX Counter
  837.               ACCESS read-only
  838.               STATUS mandatory
  839.  
  840.  
  841.  
  842. Remote Network Monitoring Working Group                        [Page 15]
  843.  
  844. RFC 1271             Remote Network Monitoring MIB         November 1991
  845.  
  846.  
  847.               DESCRIPTION
  848.                   "The total number of packets received that were
  849.                   longer than 1518 octets (excluding framing bits,
  850.                   but including FCS octets) and were otherwise
  851.                   well formed."
  852.               ::= { etherStatsEntry 10 }
  853.  
  854.           etherStatsFragments OBJECT-TYPE
  855.               SYNTAX Counter
  856.               ACCESS read-only
  857.               STATUS mandatory
  858.               DESCRIPTION
  859.                   "The total number of packets received that were not an
  860.                   integral number of octets in length or that had a bad
  861.                   Frame Check Sequence (FCS), and were less than 64
  862.                   octets in length (excluding framing bits but
  863.                   including FCS octets)."
  864.               ::= { etherStatsEntry 11 }
  865.  
  866.           etherStatsJabbers OBJECT-TYPE
  867.               SYNTAX Counter
  868.               ACCESS read-only
  869.               STATUS mandatory
  870.               DESCRIPTION
  871.                   "The total number of packets received that were
  872.                   longer than 1518 octets (excluding framing bits,
  873.                   but including FCS octets), and were not an
  874.                   integral number of octets in length or had
  875.                   a bad Frame Check Sequence (FCS)."
  876.               ::= { etherStatsEntry 12 }
  877.  
  878.           etherStatsCollisions OBJECT-TYPE
  879.               SYNTAX Counter
  880.               ACCESS read-only
  881.               STATUS mandatory
  882.               DESCRIPTION
  883.                   "The best estimate of the total number of collisions
  884.                   on this Ethernet segment."
  885.               ::= { etherStatsEntry 13 }
  886.  
  887.           etherStatsPkts64Octets OBJECT-TYPE
  888.               SYNTAX Counter
  889.               ACCESS read-only
  890.               STATUS mandatory
  891.               DESCRIPTION
  892.                   "The total number of packets (including error
  893.                   packets) received that were 64 octets in length
  894.                   (excluding framing bits but including FCS octets)."
  895.  
  896.  
  897.  
  898. Remote Network Monitoring Working Group                        [Page 16]
  899.  
  900. RFC 1271             Remote Network Monitoring MIB         November 1991
  901.  
  902.  
  903.               ::= { etherStatsEntry 14 }
  904.  
  905.           etherStatsPkts65to127Octets OBJECT-TYPE
  906.               SYNTAX Counter
  907.               ACCESS read-only
  908.               STATUS mandatory
  909.               DESCRIPTION
  910.                   "The total number of packets (including error
  911.                   packets) received that were between
  912.                   65 and 127 octets in length inclusive
  913.                   (excluding framing bits but including FCS octets)."
  914.               ::= { etherStatsEntry 15 }
  915.  
  916.           etherStatsPkts128to255Octets OBJECT-TYPE
  917.               SYNTAX Counter
  918.               ACCESS read-only
  919.               STATUS mandatory
  920.               DESCRIPTION
  921.                   "The total number of packets (including error
  922.                   packets) received that were between
  923.                   128 and 255 octets in length inclusive
  924.                   (excluding framing bits but including FCS octets)."
  925.               ::= { etherStatsEntry 16 }
  926.  
  927.           etherStatsPkts256to511Octets OBJECT-TYPE
  928.               SYNTAX Counter
  929.               ACCESS read-only
  930.               STATUS mandatory
  931.               DESCRIPTION
  932.                   "The total number of packets (including error
  933.                   packets) received that were between
  934.                   256 and 511 octets in length inclusive
  935.                   (excluding framing bits but including FCS octets)."
  936.               ::= { etherStatsEntry 17 }
  937.  
  938.           etherStatsPkts512to1023Octets OBJECT-TYPE
  939.               SYNTAX Counter
  940.               ACCESS read-only
  941.               STATUS mandatory
  942.               DESCRIPTION
  943.                   "The total number of packets (including error
  944.                   packets) received that were between
  945.                   512 and 1023 octets in length inclusive
  946.                   (excluding framing bits but including FCS octets)."
  947.               ::= { etherStatsEntry 18 }
  948.  
  949.  
  950.  
  951.  
  952.  
  953.  
  954. Remote Network Monitoring Working Group                        [Page 17]
  955.  
  956. RFC 1271             Remote Network Monitoring MIB         November 1991
  957.  
  958.  
  959.           etherStatsPkts1024to1518Octets OBJECT-TYPE
  960.               SYNTAX Counter
  961.               ACCESS read-only
  962.               STATUS mandatory
  963.               DESCRIPTION
  964.                   "The total number of packets (including error
  965.                   packets) received that were between
  966.                   1024 and 1518 octets in length inclusive
  967.                   (excluding framing bits but including FCS octets)."
  968.               ::= { etherStatsEntry 19 }
  969.  
  970.           etherStatsOwner OBJECT-TYPE
  971.               SYNTAX OwnerString
  972.               ACCESS read-write
  973.               STATUS mandatory
  974.               DESCRIPTION
  975.                   "The entity that configured this entry and is
  976.                   therefore using the resources assigned to it."
  977.               ::= { etherStatsEntry 20 }
  978.  
  979.           etherStatsStatus OBJECT-TYPE
  980.               SYNTAX EntryStatus
  981.               ACCESS read-write
  982.               STATUS mandatory
  983.               DESCRIPTION
  984.                   "The status of this etherStats entry."
  985.               ::= { etherStatsEntry 21 }
  986.  
  987.  
  988.           -- The History Group
  989.  
  990.           -- Implementation of the History group is optional.
  991.           --
  992.           -- The history group records periodic statistical samples from
  993.           -- a network and stores them for later retrieval.  The
  994.           -- historyControl table stores configuration entries that each
  995.           -- define an interface, polling period, and other parameters.
  996.           -- Once samples are taken, their data is stored in an entry
  997.           -- in a media-specific table.  Each such entry defines one
  998.           -- sample, and is associated with the historyControlEntry that
  999.           -- caused the sample to be taken.  Currently the only media-
  1000.           -- specific table defined is the etherHistoryTable, for
  1001.           -- Ethernet networks.
  1002.           --
  1003.           -- If the probe keeps track of the time of day, it should
  1004.           -- start the first sample of the history at a time such that
  1005.           -- when the next hour of the day begins, a sample is
  1006.           -- started at that instant.  This tends to make more
  1007.  
  1008.  
  1009.  
  1010. Remote Network Monitoring Working Group                        [Page 18]
  1011.  
  1012. RFC 1271             Remote Network Monitoring MIB         November 1991
  1013.  
  1014.  
  1015.           -- user-friendly reports, and enables comparison of reports
  1016.           -- from different probes that have relatively accurate time
  1017.           -- of day.
  1018.           --
  1019.           -- The monitor is encouraged to add two history control entries
  1020.           -- per monitored interface upon initialization that describe
  1021.           -- a short term and a long term polling period.  Suggested
  1022.           -- parameters are 30 seconds for the short term polling
  1023.           -- period and 30 minutes for the long term period.
  1024.  
  1025.           historyControlTable OBJECT-TYPE
  1026.               SYNTAX SEQUENCE OF HistoryControlEntry
  1027.               ACCESS not-accessible
  1028.               STATUS mandatory
  1029.               DESCRIPTION
  1030.                   "A list of history control entries."
  1031.               ::= { history 1 }
  1032.  
  1033.           historyControlEntry OBJECT-TYPE
  1034.               SYNTAX HistoryControlEntry
  1035.               ACCESS not-accessible
  1036.               STATUS mandatory
  1037.               DESCRIPTION
  1038.                   "A list of parameters that set up a periodic
  1039.                   sampling of statistics."
  1040.               INDEX { historyControlIndex }
  1041.               ::= { historyControlTable 1 }
  1042.  
  1043.           HistoryControlEntry ::= SEQUENCE {
  1044.               historyControlIndex             INTEGER (1..65535),
  1045.               historyControlDataSource        OBJECT IDENTIFIER,
  1046.               historyControlBucketsRequested  INTEGER (1..65535),
  1047.               historyControlBucketsGranted    INTEGER (1..65535),
  1048.               historyControlInterval          INTEGER (1..3600),
  1049.               historyControlOwner             OwnerString,
  1050.               historyControlStatus            INTEGER
  1051.           }
  1052.  
  1053.           historyControlIndex OBJECT-TYPE
  1054.               SYNTAX INTEGER (1..65535)
  1055.               ACCESS read-only
  1056.               STATUS mandatory
  1057.               DESCRIPTION
  1058.                   "An index that uniquely identifies an entry in the
  1059.                   historyControl table.  Each such entry defines a
  1060.                   set of samples at a particular interval for an
  1061.                   interface on the device."
  1062.               ::= { historyControlEntry 1 }
  1063.  
  1064.  
  1065.  
  1066. Remote Network Monitoring Working Group                        [Page 19]
  1067.  
  1068. RFC 1271             Remote Network Monitoring MIB         November 1991
  1069.  
  1070.  
  1071.           historyControlDataSource OBJECT-TYPE
  1072.               SYNTAX OBJECT IDENTIFIER
  1073.               ACCESS read-write
  1074.               STATUS mandatory
  1075.               DESCRIPTION
  1076.                   "This object identifies the source of the data for
  1077.                   which historical data was collected and
  1078.                   placed in a media-specific table on behalf of this
  1079.                   historyControlEntry.  This source can be any
  1080.                   interface on this device.  In order to identify
  1081.                   a particular interface, this object shall identify
  1082.                   the instance of the ifIndex object, defined
  1083.                   in [4,6], for the desired interface.  For example,
  1084.                   if an entry were to receive data from interface #1,
  1085.                   this object would be set to ifIndex.1.
  1086.  
  1087.                   The statistics in this group reflect all packets
  1088.                   on the local network segment attached to the
  1089.                   identified interface.
  1090.  
  1091.                   This object may not be modified if the associated
  1092.                   historyControlStatus object is equal to valid(1)."
  1093.               ::= { historyControlEntry 2 }
  1094.  
  1095.           historyControlBucketsRequested OBJECT-TYPE
  1096.               SYNTAX INTEGER (1..65535)
  1097.               ACCESS read-write
  1098.               STATUS mandatory
  1099.               DESCRIPTION
  1100.                   "The requested number of discrete time intervals
  1101.                   over which data is to be saved in the part of the
  1102.                   media-specific table associated with this
  1103.                   historyControl entry.
  1104.  
  1105.                   When this object is created or modified, the probe
  1106.                   should set historyControlBucketsGranted as closely to
  1107.                   this object as is possible for the particular probe
  1108.                   implementation and available resources."
  1109.               DEFVAL { 50 }
  1110.               ::= { historyControlEntry 3 }
  1111.  
  1112.           historyControlBucketsGranted OBJECT-TYPE
  1113.               SYNTAX INTEGER (1..65535)
  1114.               ACCESS read-only
  1115.               STATUS mandatory
  1116.               DESCRIPTION
  1117.                   "The number of discrete sampling intervals
  1118.                   over which data shall be saved in the part of
  1119.  
  1120.  
  1121.  
  1122. Remote Network Monitoring Working Group                        [Page 20]
  1123.  
  1124. RFC 1271             Remote Network Monitoring MIB         November 1991
  1125.  
  1126.  
  1127.                   the media-specific table associated with this
  1128.                   historyControl entry.
  1129.  
  1130.                   When the associated historyControlBucketsRequested
  1131.                   object is created or modified, the probe
  1132.                   should set this object as closely to the requested
  1133.                   value as is possible for the particular
  1134.                   probe implementation and available resources.  The
  1135.                   probe must not lower this value except as a result
  1136.                   of a modification to the associated
  1137.                   historyControlBucketsRequested object.
  1138.  
  1139.                   There will be times when the actual number of
  1140.                   buckets associated with this entry is less than
  1141.                   the value of this object.  In this case, at the
  1142.                   end of each sampling interval, a new bucket will
  1143.                   be added to the media-specific table.
  1144.  
  1145.                   When the number of buckets reaches the value of
  1146.                   this object and a new bucket is to be added to the
  1147.                   media-specific table, the oldest bucket associated
  1148.                   with this historyControlEntry shall be deleted by
  1149.                   the agent so that the new bucket can be added.
  1150.  
  1151.                   When the value of this object changes to a value less
  1152.                   than the current value, entries are deleted
  1153.                   from the media-specific table associated with this
  1154.                   historyControlEntry.  Enough of the oldest of these
  1155.                   entries shall be deleted by the agent so that their
  1156.                   number remains less than or equal to the new value of
  1157.                   this object.
  1158.  
  1159.                   When the value of this object changes to a value
  1160.                   greater than the current value, the number of
  1161.                   associated media-specific entries may be allowed
  1162.                   to grow."
  1163.               ::= { historyControlEntry 4 }
  1164.  
  1165.           historyControlInterval OBJECT-TYPE
  1166.               SYNTAX INTEGER (1..3600)
  1167.               ACCESS read-write
  1168.               STATUS mandatory
  1169.               DESCRIPTION
  1170.                   "The interval in seconds over which the data is
  1171.                   sampled for each bucket in the part of the
  1172.                   media-specific table associated with this
  1173.                   historyControl entry.  This interval can
  1174.                   be set to any number of seconds between 1 and
  1175.  
  1176.  
  1177.  
  1178. Remote Network Monitoring Working Group                        [Page 21]
  1179.  
  1180. RFC 1271             Remote Network Monitoring MIB         November 1991
  1181.  
  1182.  
  1183.                   3600 (1 hour).
  1184.  
  1185.                   Because the counters in a bucket may overflow at their
  1186.                   maximum value with no indication, a prudent manager
  1187.                   will take into account the possibility of overflow
  1188.                   in any of the associated counters.  It is important
  1189.                   to consider the minimum time in which any counter
  1190.                   could overflow on a particular media type and set
  1191.                   the historyControlInterval object to a value less
  1192.                   than this interval.  This is typically most
  1193.                   important for the 'octets' counter in any
  1194.                   media-specific table.  For example, on an Ethernet
  1195.                   network, the etherHistoryOctets counter could overflow
  1196.                   in about one hour at the Ethernet's maximum
  1197.                   utilization.
  1198.  
  1199.                   This object may not be modified if the associated
  1200.                   historyControlStatus object is equal to valid(1)."
  1201.               DEFVAL { 1800 }
  1202.               ::= { historyControlEntry 5 }
  1203.  
  1204.           historyControlOwner OBJECT-TYPE
  1205.               SYNTAX OwnerString
  1206.               ACCESS read-write
  1207.               STATUS mandatory
  1208.               DESCRIPTION
  1209.                   "The entity that configured this entry and is therefore
  1210.                   using the resources assigned to it."
  1211.               ::= { historyControlEntry 6 }
  1212.  
  1213.           historyControlStatus OBJECT-TYPE
  1214.               SYNTAX EntryStatus
  1215.               ACCESS read-write
  1216.               STATUS mandatory
  1217.               DESCRIPTION
  1218.                   "The status of this historyControl entry.
  1219.  
  1220.                   Each instance of the media-specific table associated
  1221.                   with this historyControlEntry will be deleted by the
  1222.                   agent if this historyControlEntry is not equal to
  1223.                   valid(1)."
  1224.               ::= { historyControlEntry 7 }
  1225.  
  1226.  
  1227.           -- Ether History table
  1228.  
  1229.           etherHistoryTable OBJECT-TYPE
  1230.               SYNTAX SEQUENCE OF EtherHistoryEntry
  1231.  
  1232.  
  1233.  
  1234. Remote Network Monitoring Working Group                        [Page 22]
  1235.  
  1236. RFC 1271             Remote Network Monitoring MIB         November 1991
  1237.  
  1238.  
  1239.               ACCESS not-accessible
  1240.               STATUS mandatory
  1241.               DESCRIPTION
  1242.                   "A list of Ethernet history entries."
  1243.               ::= { history 2 }
  1244.  
  1245.           etherHistoryEntry OBJECT-TYPE
  1246.               SYNTAX EtherHistoryEntry
  1247.               ACCESS not-accessible
  1248.               STATUS mandatory
  1249.               DESCRIPTION
  1250.                   "An historical sample of Ethernet statistics on a
  1251.                   particular Ethernet interface.  This sample is
  1252.                   associated with the historyControlEntry which set
  1253.                   up the parameters for a regular collection of these
  1254.                   samples."
  1255.               INDEX { etherHistoryIndex , etherHistorySampleIndex }
  1256.               ::= { etherHistoryTable 1 }
  1257.  
  1258.           EtherHistoryEntry ::= SEQUENCE {
  1259.               etherHistoryIndex                 INTEGER (1..65535),
  1260.               etherHistorySampleIndex           INTEGER,
  1261.               etherHistoryIntervalStart         TimeTicks,
  1262.               etherHistoryDropEvents            Counter,
  1263.               etherHistoryOctets                Counter,
  1264.               etherHistoryPkts                  Counter,
  1265.               etherHistoryBroadcastPkts         Counter,
  1266.               etherHistoryMulticastPkts         Counter,
  1267.               etherHistoryCRCAlignErrors        Counter,
  1268.               etherHistoryUndersizePkts         Counter,
  1269.               etherHistoryOversizePkts          Counter,
  1270.               etherHistoryFragments             Counter,
  1271.               etherHistoryJabbers               Counter,
  1272.               etherHistoryCollisions            Counter,
  1273.               etherHistoryUtilization           INTEGER (0..10000)
  1274.           }
  1275.  
  1276.           etherHistoryIndex OBJECT-TYPE
  1277.               SYNTAX INTEGER (1..65535)
  1278.               ACCESS read-only
  1279.               STATUS mandatory
  1280.               DESCRIPTION
  1281.                   "The history of which this entry is a part.  The
  1282.                   history identified by a particular value of this
  1283.                   index is the same history as identified
  1284.                   by the same value of historyControlIndex."
  1285.               ::= { etherHistoryEntry 1 }
  1286.  
  1287.  
  1288.  
  1289.  
  1290. Remote Network Monitoring Working Group                        [Page 23]
  1291.  
  1292. RFC 1271             Remote Network Monitoring MIB         November 1991
  1293.  
  1294.  
  1295.           etherHistorySampleIndex OBJECT-TYPE
  1296.               SYNTAX INTEGER
  1297.               ACCESS read-only
  1298.               STATUS mandatory
  1299.               DESCRIPTION
  1300.                   "An index that uniquely identifies the particular
  1301.                   sample this entry represents among all samples
  1302.                   associated with the same historyControlEntry.
  1303.                   This index starts at 1 and increases by one
  1304.                   as each new sample is taken."
  1305.               ::= { etherHistoryEntry 2 }
  1306.  
  1307.           etherHistoryIntervalStart OBJECT-TYPE
  1308.               SYNTAX TimeTicks
  1309.               ACCESS read-only
  1310.               STATUS mandatory
  1311.               DESCRIPTION
  1312.                   "The value of sysUpTime at the start of the interval
  1313.                   over which this sample was measured.  If the probe
  1314.                   keeps track of the time of day, it should start
  1315.                   the first sample of the history at a time such that
  1316.                   when the next hour of the day begins, a sample is
  1317.                   started at that instant.  Note that following this
  1318.                   rule may require the probe to delay collecting the
  1319.                   first sample of the history, as each sample must be
  1320.                   of the same interval.  Also note that the sample which
  1321.                   is currently being collected is not accessible in this
  1322.                   table until the end of its interval."
  1323.               ::= { etherHistoryEntry 3 }
  1324.  
  1325.           etherHistoryDropEvents OBJECT-TYPE
  1326.               SYNTAX Counter
  1327.               ACCESS read-only
  1328.               STATUS mandatory
  1329.               DESCRIPTION
  1330.                   "The total number of events in which packets
  1331.                   were dropped by the probe due to lack of resources
  1332.                   during this interval.  Note that this number is not
  1333.                   necessarily the number of packets dropped, it is just
  1334.                   the number of times this condition has been detected."
  1335.               ::= { etherHistoryEntry 4 }
  1336.  
  1337.           etherHistoryOctets OBJECT-TYPE
  1338.               SYNTAX Counter
  1339.               ACCESS read-only
  1340.               STATUS mandatory
  1341.               DESCRIPTION
  1342.                   "The total number of octets of data (including
  1343.  
  1344.  
  1345.  
  1346. Remote Network Monitoring Working Group                        [Page 24]
  1347.  
  1348. RFC 1271             Remote Network Monitoring MIB         November 1991
  1349.  
  1350.  
  1351.                   those in bad packets) received on the
  1352.                   network (excluding framing bits but including
  1353.                   FCS octets)."
  1354.               ::= { etherHistoryEntry 5 }
  1355.  
  1356.           etherHistoryPkts OBJECT-TYPE
  1357.               SYNTAX Counter
  1358.               ACCESS read-only
  1359.               STATUS mandatory
  1360.               DESCRIPTION
  1361.                   "The number of packets (including error packets)
  1362.                   received during this sampling interval."
  1363.               ::= { etherHistoryEntry 6 }
  1364.  
  1365.           etherHistoryBroadcastPkts OBJECT-TYPE
  1366.               SYNTAX Counter
  1367.               ACCESS read-only
  1368.               STATUS mandatory
  1369.               DESCRIPTION
  1370.                   "The number of good packets received during this
  1371.                   sampling interval that were directed to the
  1372.                   broadcast address."
  1373.               ::= { etherHistoryEntry 7 }
  1374.  
  1375.           etherHistoryMulticastPkts OBJECT-TYPE
  1376.               SYNTAX Counter
  1377.               ACCESS read-only
  1378.               STATUS mandatory
  1379.               DESCRIPTION
  1380.                   "The number of good packets received during this
  1381.                   sampling interval that were directed to a
  1382.                   multicast address.  Note that this number does not
  1383.                   include packets addressed to the broadcast address."
  1384.               ::= { etherHistoryEntry 8 }
  1385.  
  1386.           etherHistoryCRCAlignErrors OBJECT-TYPE
  1387.               SYNTAX Counter
  1388.               ACCESS read-only
  1389.               STATUS mandatory
  1390.               DESCRIPTION
  1391.                   "The number of packets received during this
  1392.                   sampling interval that had a length (excluding
  1393.                   framing bits but including FCS octets) between
  1394.                   64 and 1518 octets, inclusive, but were not an
  1395.                   integral number of octets in length or had a
  1396.                   bad Frame Check Sequence (FCS)."
  1397.               ::= { etherHistoryEntry 9 }
  1398.  
  1399.  
  1400.  
  1401.  
  1402. Remote Network Monitoring Working Group                        [Page 25]
  1403.  
  1404. RFC 1271             Remote Network Monitoring MIB         November 1991
  1405.  
  1406.  
  1407.           etherHistoryUndersizePkts OBJECT-TYPE
  1408.               SYNTAX Counter
  1409.               ACCESS read-only
  1410.               STATUS mandatory
  1411.               DESCRIPTION
  1412.                   "The number of packets received during this
  1413.                   interval that were less than 64 octets long
  1414.                   (excluding framing bits but including FCS
  1415.                   octets) and were otherwise well formed."
  1416.               ::= { etherHistoryEntry 10 }
  1417.  
  1418.           etherHistoryOversizePkts OBJECT-TYPE
  1419.               SYNTAX Counter
  1420.               ACCESS read-only
  1421.               STATUS mandatory
  1422.               DESCRIPTION
  1423.                   "The number of packets received during this
  1424.                   interval that were longer than 1518 octets
  1425.                   (excluding framing bits but including FCS
  1426.                   octets) but were otherwise well formed."
  1427.               ::= { etherHistoryEntry 11 }
  1428.  
  1429.           etherHistoryFragments OBJECT-TYPE
  1430.               SYNTAX Counter
  1431.               ACCESS read-only
  1432.               STATUS mandatory
  1433.               DESCRIPTION
  1434.                   "The total number of packets received during this
  1435.                   sampling interval that were not an integral
  1436.                   number of octets in length or that
  1437.                   had a bad Frame Check Sequence (FCS), and
  1438.                   were less than 64 octets in length (excluding
  1439.                   framing bits but including FCS octets)."
  1440.               ::= { etherHistoryEntry 12 }
  1441.  
  1442.           etherHistoryJabbers OBJECT-TYPE
  1443.               SYNTAX Counter
  1444.               ACCESS read-only
  1445.               STATUS mandatory
  1446.               DESCRIPTION
  1447.                   "The number of packets received during this
  1448.                   interval that were longer than 1518 octets
  1449.                   (excluding framing bits but including FCS octets),
  1450.                   and were not an integral number of octets in
  1451.                   length or had a bad Frame Check Sequence (FCS)."
  1452.               ::= { etherHistoryEntry 13 }
  1453.  
  1454.  
  1455.  
  1456.  
  1457.  
  1458. Remote Network Monitoring Working Group                        [Page 26]
  1459.  
  1460. RFC 1271             Remote Network Monitoring MIB         November 1991
  1461.  
  1462.  
  1463.           etherHistoryCollisions OBJECT-TYPE
  1464.               SYNTAX Counter
  1465.               ACCESS read-only
  1466.               STATUS mandatory
  1467.               DESCRIPTION
  1468.                   "The best estimate of the total number of collisions
  1469.                   on this Ethernet segment during this interval."
  1470.               ::= { etherHistoryEntry 14 }
  1471.  
  1472.           etherHistoryUtilization OBJECT-TYPE
  1473.               SYNTAX INTEGER (0..10000)
  1474.               ACCESS read-only
  1475.               STATUS mandatory
  1476.               DESCRIPTION
  1477.                   "The best estimate of the mean physical layer
  1478.                   network utilization on this interface during this
  1479.                   interval, in hundredths of a percent."
  1480.               ::= { etherHistoryEntry 15 }
  1481.  
  1482.  
  1483.           -- The Alarm Group
  1484.  
  1485.           -- Implementation of the Alarm group is optional.
  1486.           --
  1487.           -- The Alarm Group requires the implementation of the Event
  1488.           -- group.
  1489.           --
  1490.           -- The Alarm group periodically takes statistical samples from
  1491.           -- variables in the probe and compares them to thresholds
  1492.           -- that have been configured.  The alarm table stores
  1493.           -- configuration entries that each define a variable,
  1494.           -- polling period, and threshold parameters.  If a sample is
  1495.           -- found to cross the threshold values, an event is
  1496.           -- generated.  Only variables that resolve to an ASN.1
  1497.           -- primitive type of INTEGER (INTEGER, Counter,
  1498.           -- Gauge, or TimeTicks) may be monitored in this way.
  1499.           --
  1500.           -- This function has a hysteresis mechanism to limit the
  1501.           -- generation of events.  This mechanism generates one event
  1502.           -- as a threshold is crossed in the appropriate direction.
  1503.           -- No more events are generated for that threshold until the
  1504.           -- opposite threshold is crossed.
  1505.           --
  1506.           -- In the case of a sampling a deltaValue, a probe may
  1507.           -- implement this mechanism with more precision if it takes
  1508.           -- a delta sample twice per period, each time comparing the
  1509.           -- sum of the latest two samples to the threshold.  This
  1510.           -- allows the detection of threshold crossings
  1511.  
  1512.  
  1513.  
  1514. Remote Network Monitoring Working Group                        [Page 27]
  1515.  
  1516. RFC 1271             Remote Network Monitoring MIB         November 1991
  1517.  
  1518.  
  1519.           -- that span the sampling boundary.  Note that this does not
  1520.           -- require any special configuration of the threshold value.
  1521.           -- It is suggested that probes implement this more precise
  1522.           -- algorithm.
  1523.  
  1524.           alarmTable OBJECT-TYPE
  1525.               SYNTAX SEQUENCE OF AlarmEntry
  1526.               ACCESS not-accessible
  1527.               STATUS mandatory
  1528.               DESCRIPTION
  1529.                   "A list of alarm entries."
  1530.               ::= { alarm 1 }
  1531.  
  1532.           alarmEntry OBJECT-TYPE
  1533.               SYNTAX AlarmEntry
  1534.               ACCESS not-accessible
  1535.               STATUS mandatory
  1536.               DESCRIPTION
  1537.                   "A list of parameters that set up a periodic checking
  1538.                   for alarm conditions."
  1539.               INDEX { alarmIndex }
  1540.               ::= { alarmTable 1 }
  1541.  
  1542.           AlarmEntry ::= SEQUENCE {
  1543.               alarmIndex                    INTEGER (1..65535),
  1544.               alarmInterval                 INTEGER,
  1545.               alarmVariable                 OBJECT IDENTIFIER,
  1546.               alarmSampleType               INTEGER,
  1547.               alarmValue                    INTEGER,
  1548.               alarmStartupAlarm             INTEGER,
  1549.               alarmRisingThreshold          INTEGER,
  1550.               alarmFallingThreshold         INTEGER,
  1551.               alarmRisingEventIndex         INTEGER (1..65535),
  1552.               alarmFallingEventIndex        INTEGER (1..65535),
  1553.               alarmOwner                    OwnerString,
  1554.               alarmStatus                   INTEGER
  1555.           }
  1556.  
  1557.           alarmIndex OBJECT-TYPE
  1558.               SYNTAX INTEGER (1..65535)
  1559.               ACCESS read-only
  1560.               STATUS mandatory
  1561.               DESCRIPTION
  1562.                   "An index that uniquely identifies an entry in the
  1563.                   alarm table.  Each such entry defines a
  1564.                   diagnostic sample at a particular interval
  1565.                   for an object on the device."
  1566.               ::= { alarmEntry 1 }
  1567.  
  1568.  
  1569.  
  1570. Remote Network Monitoring Working Group                        [Page 28]
  1571.  
  1572. RFC 1271             Remote Network Monitoring MIB         November 1991
  1573.  
  1574.  
  1575.           alarmInterval OBJECT-TYPE
  1576.               SYNTAX INTEGER
  1577.               ACCESS read-write
  1578.               STATUS mandatory
  1579.               DESCRIPTION
  1580.                   "The interval in seconds over which the data is
  1581.                   sampled and compared with the rising and falling
  1582.                   thresholds.  When setting this variable, care
  1583.                   should be given to ensure that the variable being
  1584.                   monitored will not exceed 2^31 - 1 and roll
  1585.                   over the alarmValue object during the interval.
  1586.  
  1587.                   This object may not be modified if the associated
  1588.                   alarmStatus object is equal to valid(1)."
  1589.               ::= { alarmEntry 2 }
  1590.  
  1591.           alarmVariable OBJECT-TYPE
  1592.               SYNTAX OBJECT IDENTIFIER
  1593.               ACCESS read-write
  1594.               STATUS mandatory
  1595.               DESCRIPTION
  1596.                   "The object identifier of the particular variable to
  1597.                   be sampled.  Only variables that resolve to an ASN.1
  1598.                   primitive type of INTEGER (INTEGER, Counter, Gauge,
  1599.                   or TimeTicks) may be sampled.
  1600.  
  1601.                   Because SNMP access control is articulated entirely
  1602.                   in terms of the contents of MIB views, no access
  1603.                   control mechanism exists that can restrict the value of
  1604.                   this object to identify only those objects that exist
  1605.                   in a particular MIB view.  Because there is thus no
  1606.                   acceptable means of restricting the read access that
  1607.                   could be obtained through the alarm mechanism, the
  1608.                   probe must only grant write access to this object in
  1609.                   those views that have read access to all objects on
  1610.                   the probe.
  1611.  
  1612.                   During a set operation, if the supplied variable
  1613.                   name is not available in the selected MIB view, a
  1614.                   badValue error must be returned.  If at any time
  1615.                   the variable name of an established alarmEntry is
  1616.                   no longer available in the selected MIB view, the
  1617.                   probe must change the status of this alarmEntry
  1618.                   to invalid(4).
  1619.  
  1620.                   This object may not be modified if the associated
  1621.                   alarmStatus object is equal to valid(1)."
  1622.               ::= { alarmEntry 3 }
  1623.  
  1624.  
  1625.  
  1626. Remote Network Monitoring Working Group                        [Page 29]
  1627.  
  1628. RFC 1271             Remote Network Monitoring MIB         November 1991
  1629.  
  1630.  
  1631.           alarmSampleType OBJECT-TYPE
  1632.               SYNTAX INTEGER {
  1633.                   absoluteValue(1),
  1634.                   deltaValue(2)
  1635.               }
  1636.               ACCESS read-write
  1637.               STATUS mandatory
  1638.               DESCRIPTION
  1639.                   "The method of sampling the selected variable and
  1640.                   calculating the value to be compared against the
  1641.                   thresholds.  If the value of this object is
  1642.                   absoluteValue(1), the value of the selected variable
  1643.                   will be compared directly with the thresholds at the
  1644.                   end of the sampling interval.  If the value of this
  1645.                   object is deltaValue(2), the value of the selected
  1646.                   variable at the last sample will be subtracted from
  1647.                   the current value, and the difference compared with
  1648.                   the thresholds.
  1649.  
  1650.                   This object may not be modified if the associated
  1651.                   alarmStatus object is equal to valid(1)."
  1652.               ::= { alarmEntry 4 }
  1653.  
  1654.           alarmValue OBJECT-TYPE
  1655.               SYNTAX INTEGER
  1656.               ACCESS read-only
  1657.               STATUS mandatory
  1658.               DESCRIPTION
  1659.                   "The value of the statistic during the last sampling
  1660.                   period.  The value during the current sampling period
  1661.                   is not made available until the period is completed."
  1662.               ::= { alarmEntry 5 }
  1663.  
  1664.           alarmStartupAlarm OBJECT-TYPE
  1665.               SYNTAX INTEGER {
  1666.                   risingAlarm(1),
  1667.                   fallingAlarm(2),
  1668.                   risingOrFallingAlarm(3)
  1669.               }
  1670.               ACCESS read-write
  1671.               STATUS mandatory
  1672.               DESCRIPTION
  1673.                   "The alarm that may be sent when this entry is first
  1674.                   set to valid.  If the first sample after this entry
  1675.                   becomes valid is greater than or equal to the
  1676.                   risingThreshold and alarmStartupAlarm is equal to
  1677.                   risingAlarm(1) or risingOrFallingAlarm(3), then a
  1678.                   single rising alarm will be generated.  If the first
  1679.  
  1680.  
  1681.  
  1682. Remote Network Monitoring Working Group                        [Page 30]
  1683.  
  1684. RFC 1271             Remote Network Monitoring MIB         November 1991
  1685.  
  1686.  
  1687.                   sample after this entry becomes valid is less than
  1688.                   or equal to the fallingThreshold and
  1689.                   alarmStartupAlarm is equal to fallingAlarm(2) or
  1690.                   risingOrFallingAlarm(3), then a single falling
  1691.                   alarm will be generated.
  1692.  
  1693.                   This object may not be modified if the associated
  1694.                   alarmStatus object is equal to valid(1)."
  1695.               ::= { alarmEntry 6 }
  1696.  
  1697.           alarmRisingThreshold OBJECT-TYPE
  1698.               SYNTAX INTEGER
  1699.               ACCESS read-write
  1700.               STATUS mandatory
  1701.               DESCRIPTION
  1702.                   "A threshold for the sampled statistic.  When the
  1703.                   current sampled value is greater than or equal to
  1704.                   this threshold, and the value at the last sampling
  1705.                   interval was less than this threshold, a single
  1706.                   event will be generated.
  1707.                   A single event will also be generated if the first
  1708.                   sample after this entry becomes valid is greater
  1709.                   than or equal to this threshold and the associated
  1710.                   alarmStartupAlarm is equal to risingAlarm(1) or
  1711.                   risingOrFallingAlarm(3).
  1712.  
  1713.                   After a rising event is generated, another such event
  1714.                   will not be generated until the sampled value
  1715.                   falls below this threshold and reaches the
  1716.                   alarmFallingThreshold.
  1717.  
  1718.                   This object may not be modified if the associated
  1719.                   alarmStatus object is equal to valid(1)."
  1720.               ::= { alarmEntry 7 }
  1721.  
  1722.           alarmFallingThreshold OBJECT-TYPE
  1723.               SYNTAX INTEGER
  1724.               ACCESS read-write
  1725.               STATUS mandatory
  1726.               DESCRIPTION
  1727.                   "A threshold for the sampled statistic.  When the
  1728.                   current sampled value is less than or equal to
  1729.                   this threshold, and the value at the last sampling
  1730.                   interval was greater than this threshold, a single
  1731.                   event will be generated.
  1732.                   A single event will also be generated if the first
  1733.                   sample after this entry becomes valid is less than or
  1734.                   equal to this threshold and the associated
  1735.  
  1736.  
  1737.  
  1738. Remote Network Monitoring Working Group                        [Page 31]
  1739.  
  1740. RFC 1271             Remote Network Monitoring MIB         November 1991
  1741.  
  1742.  
  1743.                   alarmStartupAlarm is equal to fallingAlarm(2) or
  1744.                   risingOrFallingAlarm(3).
  1745.  
  1746.                   After a falling event is generated, another such event
  1747.                   will not be generated until the sampled value
  1748.                   rises above this threshold and reaches the
  1749.                   alarmRisingThreshold.
  1750.  
  1751.                   This object may not be modified if the associated
  1752.                   alarmStatus object is equal to valid(1)."
  1753.               ::= { alarmEntry 8 }
  1754.  
  1755.           alarmRisingEventIndex OBJECT-TYPE
  1756.               SYNTAX INTEGER (0..65535)
  1757.               ACCESS read-write
  1758.               STATUS mandatory
  1759.               DESCRIPTION
  1760.                   "The index of the eventEntry that is
  1761.                   used when a rising threshold is crossed.  The
  1762.                   eventEntry identified by a particular value of
  1763.                   this index is the same as identified by the same value
  1764.                   of the eventIndex object.  If there is no
  1765.                   corresponding entry in the eventTable, then
  1766.                   no association exists.  In particular, if this value
  1767.                   is zero, no associated event will be generated, as
  1768.                   zero is not a valid event index.
  1769.  
  1770.                   This object may not be modified if the associated
  1771.                   alarmStatus object is equal to valid(1)."
  1772.               ::= { alarmEntry 9 }
  1773.  
  1774.           alarmFallingEventIndex OBJECT-TYPE
  1775.               SYNTAX INTEGER (0..65535)
  1776.               ACCESS read-write
  1777.               STATUS mandatory
  1778.               DESCRIPTION
  1779.                   "The index of the eventEntry that is
  1780.                   used when a falling threshold is crossed.  The
  1781.                   eventEntry identified by a particular value of
  1782.                   this index is the same as identified by the same value
  1783.                   of the eventIndex object.  If there is no
  1784.                   corresponding entry in the eventTable, then
  1785.                   no association exists.  In particular, if this value
  1786.                   is zero, no associated event will be generated, as
  1787.                   zero is not a valid event index.
  1788.  
  1789.                   This object may not be modified if the associated
  1790.                   alarmStatus object is equal to valid(1)."
  1791.  
  1792.  
  1793.  
  1794. Remote Network Monitoring Working Group                        [Page 32]
  1795.  
  1796. RFC 1271             Remote Network Monitoring MIB         November 1991
  1797.  
  1798.  
  1799.               ::= { alarmEntry 10 }
  1800.  
  1801.           alarmOwner OBJECT-TYPE
  1802.               SYNTAX OwnerString
  1803.               ACCESS read-write
  1804.               STATUS mandatory
  1805.               DESCRIPTION
  1806.                   "The entity that configured this entry and is
  1807.                   therefore using the resources assigned to it."
  1808.               ::= { alarmEntry 11 }
  1809.  
  1810.           alarmStatus OBJECT-TYPE
  1811.               SYNTAX EntryStatus
  1812.               ACCESS read-write
  1813.               STATUS mandatory
  1814.               DESCRIPTION
  1815.                   "The status of this alarm entry."
  1816.               ::= { alarmEntry 12 }
  1817.  
  1818.  
  1819.           -- The Host Group
  1820.  
  1821.           -- Implementation of the Host group is optional.
  1822.           --
  1823.           -- The host group discovers new hosts on the network by
  1824.           -- keeping a list of source and destination MAC Addresses seen
  1825.           -- in good packets.  For each of these addresses, the host
  1826.           -- group keeps a set of statistics.  The hostControlTable
  1827.           -- controls which interfaces this function is performed on,
  1828.           -- and contains some information about the process.  On
  1829.           -- behalf of each hostControlEntry, data is collected on an
  1830.           -- interface and placed both the hostTable and the
  1831.           -- hostTimeTable.  If the monitoring device finds itself
  1832.           -- short of resources, it may delete entries as needed.  It
  1833.           -- is suggested that the device delete the least recently
  1834.           -- used entries first.
  1835.  
  1836.           -- The hostTable contains entries for each address
  1837.           -- discovered on a particular interface.  Each entry
  1838.           -- contains statistical data about that host.  This table
  1839.           -- is indexed by the MAC address of the host, through
  1840.           -- which a random access may be achieved.
  1841.  
  1842.           -- The hostTimeTable contains data in the same format as the
  1843.           -- hostTable, and must contain the same set of hosts, but is
  1844.           -- indexed using hostTimeCreationOrder rather than hostAddress.
  1845.           -- The hostTimeCreationOrder is an integer which reflects
  1846.           -- the relative order in which a particular entry was
  1847.  
  1848.  
  1849.  
  1850. Remote Network Monitoring Working Group                        [Page 33]
  1851.  
  1852. RFC 1271             Remote Network Monitoring MIB         November 1991
  1853.  
  1854.  
  1855.           -- discovered and thus inserted into the table.  As this
  1856.           -- order, and thus index, is among those entries currently
  1857.           -- in the table, the index for a particular entry may change
  1858.           -- if an (earlier) entry is deleted.  Thus the association
  1859.           -- between hostTimeCreationOrder and hostTimeEntry may be
  1860.           -- broken at any time.
  1861.  
  1862.           -- The hostTimeTable has two important uses.  The first is the
  1863.           -- fast download of this potentially large table.  Because the
  1864.           -- index of this table runs from 1 to the size of the table,
  1865.           -- inclusive, its values are predictable.  This allows very
  1866.           -- efficient packing of variables into SNMP PDU's and allows
  1867.           -- a table transfer to have multiple packets outstanding.
  1868.           -- These benefits increase transfer rates tremendously.
  1869.  
  1870.           -- The second use of the hostTimeTable is the efficient
  1871.           -- discovery by the management station of new entries added
  1872.           -- to the table.  After the management station has
  1873.           -- downloaded the entire table, it knows that new entries
  1874.           -- will be added immediately after the end of the current
  1875.           -- table.  It can thus detect new entries there
  1876.           -- and retrieve them easily.
  1877.  
  1878.           -- Because the association between hostTimeCreationOrder and
  1879.           -- hostTimeEntry may be broken at any time, the management
  1880.           -- station must monitor the related hostControlLastDeleteTime
  1881.           -- object.  When the management station thus detects a deletion,
  1882.           -- it must assume that any such associations have been broken,
  1883.           -- and invalidate any it has stored locally.  This includes
  1884.           -- restarting any download of the hostTimeTable that may have
  1885.           -- been in progress, as well as rediscovering the end of the
  1886.           -- hostTimeTable so that it may detect new entries.  If the
  1887.           -- management station does not detect the broken association,
  1888.           -- it may continue to refer to a particular host by its
  1889.           -- creationOrder while unwittingly retrieving the data
  1890.           -- associated with another host entirely.  If this happens
  1891.           -- while downloading the host table, the management station
  1892.           -- may fail to download all of the entries in the table.
  1893.  
  1894.  
  1895.           hostControlTable OBJECT-TYPE
  1896.               SYNTAX SEQUENCE OF HostControlEntry
  1897.               ACCESS not-accessible
  1898.               STATUS mandatory
  1899.               DESCRIPTION
  1900.                   "A list of host table control entries."
  1901.               ::= { hosts 1 }
  1902.  
  1903.  
  1904.  
  1905.  
  1906. Remote Network Monitoring Working Group                        [Page 34]
  1907.  
  1908. RFC 1271             Remote Network Monitoring MIB         November 1991
  1909.  
  1910.  
  1911.           hostControlEntry OBJECT-TYPE
  1912.               SYNTAX HostControlEntry
  1913.               ACCESS not-accessible
  1914.               STATUS mandatory
  1915.               DESCRIPTION
  1916.                   "A list of parameters that set up the discovery of
  1917.                   hosts on a particular interface and the collection
  1918.                   of statistics about these hosts."
  1919.               INDEX { hostControlIndex }
  1920.               ::= { hostControlTable 1 }
  1921.  
  1922.           HostControlEntry ::= SEQUENCE {
  1923.               hostControlIndex            INTEGER (1..65535),
  1924.               hostControlDataSource       OBJECT IDENTIFIER,
  1925.               hostControlTableSize        INTEGER,
  1926.               hostControlLastDeleteTime   TimeTicks,
  1927.               hostControlOwner            OwnerString,
  1928.               hostControlStatus           INTEGER
  1929.           }
  1930.  
  1931.           hostControlIndex OBJECT-TYPE
  1932.               SYNTAX INTEGER (1..65535)
  1933.               ACCESS read-only
  1934.               STATUS mandatory
  1935.               DESCRIPTION
  1936.                   "An index that uniquely identifies an entry in the
  1937.                   hostControl table.  Each such entry defines
  1938.                   a function that discovers hosts on a particular
  1939.                   interface and places statistics about them in the
  1940.                   hostTable and the hostTimeTable on behalf of this
  1941.                   hostControlEntry."
  1942.               ::= { hostControlEntry 1 }
  1943.  
  1944.           hostControlDataSource OBJECT-TYPE
  1945.               SYNTAX OBJECT IDENTIFIER
  1946.               ACCESS read-write
  1947.               STATUS mandatory
  1948.               DESCRIPTION
  1949.                   "This object identifies the source of the data for
  1950.                   this instance of the host function.  This source
  1951.                   can be any interface on this device.  In order
  1952.                   to identify a particular interface, this object shall
  1953.                   identify the instance of the ifIndex object, defined
  1954.                   in [4,6], for the desired interface.  For example,
  1955.                   if an entry were to receive data from interface #1,
  1956.                   this object would be set to ifIndex.1.
  1957.  
  1958.                   The statistics in this group reflect all packets
  1959.  
  1960.  
  1961.  
  1962. Remote Network Monitoring Working Group                        [Page 35]
  1963.  
  1964. RFC 1271             Remote Network Monitoring MIB         November 1991
  1965.  
  1966.  
  1967.                   on the local network segment attached to the
  1968.                   identified interface.
  1969.  
  1970.                   This object may not be modified if the associated
  1971.                   hostControlStatus object is equal to valid(1)."
  1972.               ::= { hostControlEntry 2 }
  1973.  
  1974.           hostControlTableSize OBJECT-TYPE
  1975.               SYNTAX INTEGER
  1976.               ACCESS read-only
  1977.               STATUS mandatory
  1978.               DESCRIPTION
  1979.                   "The number of hostEntries in the hostTable and the
  1980.                   hostTimeTable associated with this hostControlEntry."
  1981.               ::= { hostControlEntry 3 }
  1982.  
  1983.           hostControlLastDeleteTime OBJECT-TYPE
  1984.               SYNTAX TimeTicks
  1985.               ACCESS read-only
  1986.               STATUS mandatory
  1987.               DESCRIPTION
  1988.                   "The value of sysUpTime when the last entry
  1989.                   was deleted from the portion of the hostTable
  1990.                   associated with this hostControlEntry.  If no
  1991.                   deletions have occurred, this value shall be zero."
  1992.               ::= { hostControlEntry 4 }
  1993.  
  1994.           hostControlOwner OBJECT-TYPE
  1995.               SYNTAX OwnerString
  1996.               ACCESS read-write
  1997.               STATUS mandatory
  1998.               DESCRIPTION
  1999.                   "The entity that configured this entry and is
  2000.                   therefore using the resources assigned to it."
  2001.               ::= { hostControlEntry 5 }
  2002.  
  2003.           hostControlStatus OBJECT-TYPE
  2004.               SYNTAX EntryStatus
  2005.               ACCESS read-write
  2006.               STATUS mandatory
  2007.               DESCRIPTION
  2008.                   "The status of this hostControl entry.
  2009.  
  2010.                   If this object is not equal to valid(1), all
  2011.                   associated entries in the hostTable,
  2012.                   hostTimeTable, and the hostTopNTable shall be
  2013.                   deleted by the agent."
  2014.               ::= { hostControlEntry 6 }
  2015.  
  2016.  
  2017.  
  2018. Remote Network Monitoring Working Group                        [Page 36]
  2019.  
  2020. RFC 1271             Remote Network Monitoring MIB         November 1991
  2021.  
  2022.  
  2023.           hostTable OBJECT-TYPE
  2024.               SYNTAX SEQUENCE OF HostEntry
  2025.               ACCESS not-accessible
  2026.               STATUS mandatory
  2027.               DESCRIPTION
  2028.                   "A list of host entries."
  2029.               ::= { hosts 2 }
  2030.  
  2031.           hostEntry OBJECT-TYPE
  2032.               SYNTAX HostEntry
  2033.               ACCESS not-accessible
  2034.               STATUS mandatory
  2035.               DESCRIPTION
  2036.                   "A collection of statistics for a particular host
  2037.                   that has been discovered on an interface of this
  2038.                   device."
  2039.               INDEX { hostIndex, hostAddress }
  2040.               ::= { hostTable 1 }
  2041.  
  2042.           HostEntry ::= SEQUENCE {
  2043.               hostAddress             OCTET STRING,
  2044.               hostCreationOrder       INTEGER (1..65535),
  2045.               hostIndex               INTEGER (1..65535),
  2046.               hostInPkts              Counter,
  2047.               hostOutPkts             Counter,
  2048.               hostInOctets            Counter,
  2049.               hostOutOctets           Counter,
  2050.               hostOutErrors           Counter,
  2051.               hostOutBroadcastPkts    Counter,
  2052.               hostOutMulticastPkts    Counter
  2053.           }
  2054.  
  2055.           hostAddress OBJECT-TYPE
  2056.               SYNTAX OCTET STRING
  2057.               ACCESS read-only
  2058.               STATUS mandatory
  2059.               DESCRIPTION
  2060.                   "The physical address of this host."
  2061.               ::= { hostEntry 1 }
  2062.  
  2063.           hostCreationOrder OBJECT-TYPE
  2064.               SYNTAX INTEGER (1..65535)
  2065.               ACCESS read-only
  2066.               STATUS mandatory
  2067.               DESCRIPTION
  2068.                   "An index that defines the relative ordering of
  2069.                   the creation time of hosts captured for a
  2070.                   particular hostControlEntry.  This index shall
  2071.  
  2072.  
  2073.  
  2074. Remote Network Monitoring Working Group                        [Page 37]
  2075.  
  2076. RFC 1271             Remote Network Monitoring MIB         November 1991
  2077.  
  2078.  
  2079.                   be between 1 and N, where N is the value of
  2080.                   the associated hostControlTableSize.  The ordering
  2081.                   of the indexes is based on the order of each entry's
  2082.                   insertion into the table, in which entries added
  2083.                   earlier have a lower index value than entries added
  2084.                   later.
  2085.  
  2086.                   It is important to note that the order for a
  2087.                   particular entry may change as an (earlier) entry
  2088.                   is deleted from the table.  Because this order may
  2089.                   change, management stations should make use of the
  2090.                   hostControlLastDeleteTime variable in the
  2091.                   hostControlEntry associated with the relevant
  2092.                   portion of the hostTable.  By observing
  2093.                   this variable, the management station may detect
  2094.                   the circumstances where a previous association
  2095.                   between a value of hostCreationOrder
  2096.                   and a hostEntry may no longer hold."
  2097.               ::= { hostEntry 2 }
  2098.  
  2099.           hostIndex OBJECT-TYPE
  2100.               SYNTAX INTEGER (1..65535)
  2101.               ACCESS read-only
  2102.               STATUS mandatory
  2103.               DESCRIPTION
  2104.                   "The set of collected host statistics of which
  2105.                   this entry is a part.  The set of hosts
  2106.                   identified by a particular value of this
  2107.                   index is associated with the hostControlEntry
  2108.                   as identified by the same value of hostControlIndex."
  2109.               ::= { hostEntry 3 }
  2110.  
  2111.           hostInPkts OBJECT-TYPE
  2112.               SYNTAX Counter
  2113.               ACCESS read-only
  2114.               STATUS mandatory
  2115.               DESCRIPTION
  2116.                   "The number of packets without errors transmitted to
  2117.                   this address since it was added to the hostTable."
  2118.               ::= { hostEntry 4 }
  2119.  
  2120.           hostOutPkts OBJECT-TYPE
  2121.               SYNTAX Counter
  2122.               ACCESS read-only
  2123.               STATUS mandatory
  2124.               DESCRIPTION
  2125.                   "The number of packets including errors transmitted
  2126.                   by this address since it was added to the hostTable."
  2127.  
  2128.  
  2129.  
  2130. Remote Network Monitoring Working Group                        [Page 38]
  2131.  
  2132. RFC 1271             Remote Network Monitoring MIB         November 1991
  2133.  
  2134.  
  2135.               ::= { hostEntry 5 }
  2136.  
  2137.           hostInOctets OBJECT-TYPE
  2138.               SYNTAX Counter
  2139.               ACCESS read-only
  2140.               STATUS mandatory
  2141.               DESCRIPTION
  2142.                   "The number of octets transmitted to this address
  2143.                   since it was added to the hostTable (excluding
  2144.                   framing bits but including FCS octets), except for
  2145.                   those octets in packets that contained errors."
  2146.               ::= { hostEntry 6 }
  2147.  
  2148.           hostOutOctets OBJECT-TYPE
  2149.               SYNTAX Counter
  2150.               ACCESS read-only
  2151.               STATUS mandatory
  2152.               DESCRIPTION
  2153.                   "The number of octets transmitted by this address
  2154.                   since it was added to the hostTable (excluding
  2155.                   framing bits but including FCS octets), including
  2156.                   those octets in packets that contained errors."
  2157.               ::= { hostEntry 7 }
  2158.  
  2159.           hostOutErrors OBJECT-TYPE
  2160.               SYNTAX Counter
  2161.               ACCESS read-only
  2162.               STATUS mandatory
  2163.               DESCRIPTION
  2164.                   "The number of error packets transmitted by this
  2165.                   address since this host was added to the hostTable."
  2166.               ::= { hostEntry 8 }
  2167.  
  2168.           hostOutBroadcastPkts OBJECT-TYPE
  2169.               SYNTAX Counter
  2170.               ACCESS read-only
  2171.               STATUS mandatory
  2172.               DESCRIPTION
  2173.                   "The number of good packets transmitted by this
  2174.                   address that were directed to the broadcast address
  2175.                   since this host was added to the hostTable."
  2176.               ::= { hostEntry 9 }
  2177.  
  2178.           hostOutMulticastPkts OBJECT-TYPE
  2179.               SYNTAX Counter
  2180.               ACCESS read-only
  2181.               STATUS mandatory
  2182.               DESCRIPTION
  2183.  
  2184.  
  2185.  
  2186. Remote Network Monitoring Working Group                        [Page 39]
  2187.  
  2188. RFC 1271             Remote Network Monitoring MIB         November 1991
  2189.  
  2190.  
  2191.                   "The number of good packets transmitted by this
  2192.                   address that were directed to a multicast address
  2193.                   since this host was added to the hostTable.
  2194.                   Note that this number does not include packets
  2195.                   directed to the broadcast address."
  2196.               ::= { hostEntry 10 }
  2197.  
  2198.  
  2199.           -- host Time Table
  2200.  
  2201.           hostTimeTable OBJECT-TYPE
  2202.               SYNTAX SEQUENCE OF HostTimeEntry
  2203.               ACCESS not-accessible
  2204.               STATUS mandatory
  2205.               DESCRIPTION
  2206.                   "A list of time-ordered host table entries."
  2207.               ::= { hosts 3 }
  2208.  
  2209.           hostTimeEntry OBJECT-TYPE
  2210.               SYNTAX HostTimeEntry
  2211.               ACCESS not-accessible
  2212.               STATUS mandatory
  2213.               DESCRIPTION
  2214.                   "A collection of statistics for a particular host
  2215.                   that has been discovered on an interface of this
  2216.                   device.  This collection includes the relative
  2217.                   ordering of the creation time of this object."
  2218.               INDEX { hostTimeIndex, hostTimeCreationOrder }
  2219.               ::= { hostTimeTable 1 }
  2220.  
  2221.           HostTimeEntry ::= SEQUENCE {
  2222.               hostTimeAddress              OCTET STRING,
  2223.               hostTimeCreationOrder        INTEGER (1..65535),
  2224.               hostTimeIndex                INTEGER (1..65535),
  2225.               hostTimeInPkts               Counter,
  2226.               hostTimeOutPkts              Counter,
  2227.               hostTimeInOctets             Counter,
  2228.               hostTimeOutOctets            Counter,
  2229.               hostTimeOutErrors            Counter,
  2230.               hostTimeOutBroadcastPkts     Counter,
  2231.               hostTimeOutMulticastPkts     Counter
  2232.           }
  2233.  
  2234.           hostTimeAddress OBJECT-TYPE
  2235.               SYNTAX OCTET STRING
  2236.               ACCESS read-only
  2237.               STATUS mandatory
  2238.               DESCRIPTION
  2239.  
  2240.  
  2241.  
  2242. Remote Network Monitoring Working Group                        [Page 40]
  2243.  
  2244. RFC 1271             Remote Network Monitoring MIB         November 1991
  2245.  
  2246.  
  2247.                   "The physical address of this host."
  2248.               ::= { hostTimeEntry 1 }
  2249.  
  2250.           hostTimeCreationOrder OBJECT-TYPE
  2251.               SYNTAX INTEGER (1..65535)
  2252.               ACCESS read-only
  2253.               STATUS mandatory
  2254.               DESCRIPTION
  2255.                   "An index that uniquely identifies an entry in
  2256.                   the hostTime table among those entries associated
  2257.                   with the same hostControlEntry.  This index shall
  2258.                   be between 1 and N, where N is the value of
  2259.                   the associated hostControlTableSize.  The ordering
  2260.                   of the indexes is based on the order of each entry's
  2261.                   insertion into the table, in which entries added
  2262.                   earlier have a lower index value than entries added
  2263.                   later.  Thus the management station has the ability
  2264.                   to learn of new entries added to this table without
  2265.                   downloading the entire table.
  2266.  
  2267.                   It is important to note that the index for a
  2268.                   particular entry may change as an (earlier) entry
  2269.                   is deleted from the table.  Because this order may
  2270.                   change, management stations should make use of the
  2271.                   hostControlLastDeleteTime variable in the
  2272.                   hostControlEntry associated with the relevant
  2273.                   portion of the hostTimeTable.  By observing
  2274.                   this variable, the management station may detect
  2275.                   the circumstances where a download of the table
  2276.                   may have missed entries, and where a previous
  2277.                   association between a value of hostTimeCreationOrder
  2278.                   and a hostTimeEntry may no longer hold."
  2279.               ::= { hostTimeEntry 2 }
  2280.  
  2281.           hostTimeIndex OBJECT-TYPE
  2282.               SYNTAX INTEGER (1..65535)
  2283.               ACCESS read-only
  2284.               STATUS mandatory
  2285.               DESCRIPTION
  2286.                   "The set of collected host statistics of which
  2287.                   this entry is a part.  The set of hosts
  2288.                   identified by a particular value of this
  2289.                   index is associated with the hostControlEntry
  2290.                   as identified by the same value of hostControlIndex."
  2291.               ::= { hostTimeEntry 3 }
  2292.  
  2293.  
  2294.  
  2295.  
  2296.  
  2297.  
  2298. Remote Network Monitoring Working Group                        [Page 41]
  2299.  
  2300. RFC 1271             Remote Network Monitoring MIB         November 1991
  2301.  
  2302.  
  2303.           hostTimeInPkts OBJECT-TYPE
  2304.               SYNTAX Counter
  2305.               ACCESS read-only
  2306.               STATUS mandatory
  2307.               DESCRIPTION
  2308.                   "The number of packets without errors transmitted to
  2309.                   this address since it was added to the hostTimeTable."
  2310.               ::= { hostTimeEntry 4 }
  2311.  
  2312.           hostTimeOutPkts OBJECT-TYPE
  2313.               SYNTAX Counter
  2314.               ACCESS read-only
  2315.               STATUS mandatory
  2316.               DESCRIPTION
  2317.                   "The number of packets including errors transmitted
  2318.                   by this address since it was added to the
  2319.                   hostTimeTable."
  2320.               ::= { hostTimeEntry 5 }
  2321.  
  2322.           hostTimeInOctets OBJECT-TYPE
  2323.               SYNTAX Counter
  2324.               ACCESS read-only
  2325.               STATUS mandatory
  2326.               DESCRIPTION
  2327.                   "The number of octets transmitted to this address
  2328.                   since it was added to the hostTimeTable (excluding
  2329.                   framing bits but including FCS octets), except for
  2330.                   those octets in packets that contained errors."
  2331.               ::= { hostTimeEntry 6 }
  2332.  
  2333.           hostTimeOutOctets OBJECT-TYPE
  2334.               SYNTAX Counter
  2335.               ACCESS read-only
  2336.               STATUS mandatory
  2337.               DESCRIPTION
  2338.                   "The number of octets transmitted by this address since
  2339.                   it was added to the hostTimeTable (excluding framing
  2340.                   bits but including FCS octets), including those
  2341.                   octets in packets that contained errors."
  2342.               ::= { hostTimeEntry 7 }
  2343.  
  2344.           hostTimeOutErrors OBJECT-TYPE
  2345.               SYNTAX Counter
  2346.               ACCESS read-only
  2347.               STATUS mandatory
  2348.               DESCRIPTION
  2349.                   "The number of error packets transmitted by this
  2350.                   address since this host was added to the
  2351.  
  2352.  
  2353.  
  2354. Remote Network Monitoring Working Group                        [Page 42]
  2355.  
  2356. RFC 1271             Remote Network Monitoring MIB         November 1991
  2357.  
  2358.  
  2359.                   hostTimeTable."
  2360.               ::= { hostTimeEntry 8 }
  2361.  
  2362.           hostTimeOutBroadcastPkts OBJECT-TYPE
  2363.               SYNTAX Counter
  2364.               ACCESS read-only
  2365.               STATUS mandatory
  2366.               DESCRIPTION
  2367.                   "The number of good packets transmitted by this
  2368.                   address that were directed to the broadcast address
  2369.                   since this host was added to the hostTimeTable."
  2370.               ::= { hostTimeEntry 9 }
  2371.  
  2372.           hostTimeOutMulticastPkts OBJECT-TYPE
  2373.               SYNTAX Counter
  2374.               ACCESS read-only
  2375.               STATUS mandatory
  2376.               DESCRIPTION
  2377.                   "The number of good packets transmitted by this
  2378.                   address that were directed to a multicast address
  2379.                   since this host was added to the hostTimeTable.
  2380.                   Note that this number does not include packets
  2381.                   directed to the broadcast address."
  2382.               ::= { hostTimeEntry 10 }
  2383.  
  2384.  
  2385.           -- The Host Top "N" Group
  2386.  
  2387.           -- Implementation of the Host Top N group is optional.
  2388.           --
  2389.           -- The Host Top N group requires the implementation of the
  2390.           -- host group.
  2391.           --
  2392.           -- The Host Top N group is used to prepare reports that
  2393.           -- describe the hosts that top a list ordered by one of
  2394.           -- their statistics.  The available statistics are samples
  2395.           -- of one of their base statistics, over an interval
  2396.           -- specified by the management station.  Thus, these
  2397.           -- statistics are rate based.  The management
  2398.           -- station also selects how many such hosts are reported.
  2399.  
  2400.           -- The hostTopNControlTable is used to initiate the generation
  2401.           -- of such a report.  The management station may select the
  2402.           -- parameters of such a report, such as which interface,
  2403.           -- which statistic, how many hosts, and the start and stop
  2404.           -- times of the sampling.  When the report is prepared,
  2405.           -- entries are created in the hostTopNTable associated with
  2406.           -- the relevant hostTopNControlEntry.  These entries are
  2407.  
  2408.  
  2409.  
  2410. Remote Network Monitoring Working Group                        [Page 43]
  2411.  
  2412. RFC 1271             Remote Network Monitoring MIB         November 1991
  2413.  
  2414.  
  2415.           -- static for each report after it has been prepared.
  2416.  
  2417.           hostTopNControlTable OBJECT-TYPE
  2418.               SYNTAX SEQUENCE OF HostTopNControlEntry
  2419.               ACCESS not-accessible
  2420.               STATUS mandatory
  2421.               DESCRIPTION
  2422.                   "A list of top N host control entries."
  2423.               ::= { hostTopN 1 }
  2424.  
  2425.           hostTopNControlEntry OBJECT-TYPE
  2426.               SYNTAX HostTopNControlEntry
  2427.               ACCESS not-accessible
  2428.               STATUS mandatory
  2429.               DESCRIPTION
  2430.                   "A set of parameters that control the creation of a
  2431.                   report of the top N hosts according to several
  2432.                   metrics."
  2433.               INDEX { hostTopNControlIndex }
  2434.               ::= { hostTopNControlTable 1 }
  2435.  
  2436.           HostTopNControlEntry ::= SEQUENCE {
  2437.               hostTopNControlIndex    INTEGER (1..65535),
  2438.               hostTopNHostIndex       INTEGER (1..65535),
  2439.               hostTopNRateBase        INTEGER,
  2440.               hostTopNTimeRemaining   INTEGER,
  2441.               hostTopNDuration        INTEGER,
  2442.               hostTopNRequestedSize   INTEGER,
  2443.               hostTopNGrantedSize     INTEGER,
  2444.               hostTopNStartTime       TimeTicks,
  2445.               hostTopNOwner           OwnerString,
  2446.               hostTopNStatus          INTEGER
  2447.           }
  2448.  
  2449.           hostTopNControlIndex OBJECT-TYPE
  2450.               SYNTAX INTEGER (1..65535)
  2451.               ACCESS read-only
  2452.               STATUS mandatory
  2453.               DESCRIPTION
  2454.                   "An index that uniquely identifies an entry
  2455.                   in the hostTopNControl table.  Each such
  2456.                   entry defines one top N report prepared for
  2457.                   one interface."
  2458.               ::= { hostTopNControlEntry 1 }
  2459.  
  2460.           hostTopNHostIndex OBJECT-TYPE
  2461.               SYNTAX INTEGER (1..65535)
  2462.               ACCESS read-write
  2463.  
  2464.  
  2465.  
  2466. Remote Network Monitoring Working Group                        [Page 44]
  2467.  
  2468. RFC 1271             Remote Network Monitoring MIB         November 1991
  2469.  
  2470.  
  2471.               STATUS mandatory
  2472.               DESCRIPTION
  2473.                   "The host table for which a top N report will be
  2474.                   prepared on behalf of this entry.  The host table
  2475.                   identified by a particular value of this index is
  2476.                   associated with the same host table as identified
  2477.                   by the same value of hostIndex.
  2478.  
  2479.                   This object may not be modified if the associated
  2480.                   hostTopNStatus object is equal to valid(1)."
  2481.               ::= { hostTopNControlEntry 2 }
  2482.  
  2483.           hostTopNRateBase OBJECT-TYPE
  2484.               SYNTAX INTEGER {
  2485.                       hostTopNInPkts(1),
  2486.                       hostTopNOutPkts(2),
  2487.                       hostTopNInOctets(3),
  2488.                       hostTopNOutOctets(4),
  2489.                       hostTopNOutErrors(5),
  2490.                       hostTopNOutBroadcastPkts(6),
  2491.                       hostTopNOutMulticastPkts(7)
  2492.               }
  2493.               ACCESS read-write
  2494.               STATUS mandatory
  2495.               DESCRIPTION
  2496.                   "The variable for each host that the hostTopNRate
  2497.                   variable is based upon.
  2498.  
  2499.                   This object may not be modified if the associated
  2500.                   hostTopNStatus object is equal to valid(1)."
  2501.               ::= { hostTopNControlEntry 3 }
  2502.  
  2503.           hostTopNTimeRemaining OBJECT-TYPE
  2504.               SYNTAX INTEGER
  2505.               ACCESS read-write
  2506.               STATUS mandatory
  2507.               DESCRIPTION
  2508.                   "The number of seconds left in the report currently
  2509.                   being collected.  When this object is modified by
  2510.                   the management station, a new collection is started,
  2511.                   possibly aborting a currently running report.  The
  2512.                   new value is used as the requested duration of this
  2513.                   report, which is loaded into the associated
  2514.                   hostTopNDuration object.
  2515.  
  2516.                   When this object is set to a non-zero value, any
  2517.                   associated hostTopNEntries shall be made
  2518.                   inaccessible by the monitor.  While the value of this
  2519.  
  2520.  
  2521.  
  2522. Remote Network Monitoring Working Group                        [Page 45]
  2523.  
  2524. RFC 1271             Remote Network Monitoring MIB         November 1991
  2525.  
  2526.  
  2527.                   object is non-zero, it decrements by one per second
  2528.                   until it reaches zero.  During this time, all
  2529.                   associated hostTopNEntries shall remain
  2530.                   inaccessible.  At the time that this object
  2531.                   decrements to zero, the report is made
  2532.                   accessible in the hostTopNTable.  Thus, the hostTopN
  2533.                   table needs to be created only at the end of the
  2534.                   collection interval."
  2535.               DEFVAL { 0 }
  2536.               ::= { hostTopNControlEntry 4 }
  2537.  
  2538.           hostTopNDuration OBJECT-TYPE
  2539.               SYNTAX INTEGER
  2540.               ACCESS read-only
  2541.               STATUS mandatory
  2542.               DESCRIPTION
  2543.                   "The number of seconds that this report has collected
  2544.                   during the last sampling interval, or if this
  2545.                   report is currently being collected, the number
  2546.                   of seconds that this report is being collected
  2547.                   during this sampling interval.
  2548.  
  2549.                   When the associated hostTopNTimeRemaining object is
  2550.                   set, this object shall be set by the probe to the
  2551.                   same value and shall not be modified until the next
  2552.                   time the hostTopNTimeRemaining is set.
  2553.  
  2554.                   This value shall be zero if no reports have been
  2555.                   requested for this hostTopNControlEntry."
  2556.               DEFVAL { 0 }
  2557.               ::= { hostTopNControlEntry 5 }
  2558.  
  2559.           hostTopNRequestedSize OBJECT-TYPE
  2560.               SYNTAX INTEGER
  2561.               ACCESS read-write
  2562.               STATUS mandatory
  2563.               DESCRIPTION
  2564.                   "The maximum number of hosts requested for the top N
  2565.                   table.
  2566.  
  2567.                   When this object is created or modified, the probe
  2568.                   should set hostTopNGrantedSize as closely to this
  2569.                   object as is possible for the particular probe
  2570.                   implementation and available resources."
  2571.               DEFVAL { 10 }
  2572.               ::= { hostTopNControlEntry 6 }
  2573.  
  2574.  
  2575.  
  2576.  
  2577.  
  2578. Remote Network Monitoring Working Group                        [Page 46]
  2579.  
  2580. RFC 1271             Remote Network Monitoring MIB         November 1991
  2581.  
  2582.  
  2583.           hostTopNGrantedSize OBJECT-TYPE
  2584.               SYNTAX INTEGER
  2585.               ACCESS read-only
  2586.               STATUS mandatory
  2587.               DESCRIPTION
  2588.                   "The maximum number of hosts in the top N table.
  2589.  
  2590.                   When the associated hostTopNRequestedSize object is
  2591.                   created or modified, the probe should set this
  2592.                   object as closely to the requested value as is
  2593.                   possible for the particular implementation and
  2594.                   available resources. The probe must not lower this
  2595.                   value except as a result of a set to the associated
  2596.                   hostTopNRequestedSize object.
  2597.  
  2598.                   Hosts with the highest value of hostTopNRate shall be
  2599.                   placed in this table in decreasing order of this rate
  2600.                   until there is no more room or until there are no more
  2601.                   hosts."
  2602.               ::= { hostTopNControlEntry 7 }
  2603.  
  2604.           hostTopNStartTime OBJECT-TYPE
  2605.               SYNTAX TimeTicks
  2606.               ACCESS read-only
  2607.               STATUS mandatory
  2608.               DESCRIPTION
  2609.                   "The value of sysUpTime when this top N report was
  2610.                   last started.  In other words, this is the time that
  2611.                   the associated hostTopNTimeRemaining object was
  2612.                   modified to start the requested report."
  2613.               ::= { hostTopNControlEntry 8 }
  2614.  
  2615.           hostTopNOwner OBJECT-TYPE
  2616.               SYNTAX OwnerString
  2617.               ACCESS read-write
  2618.               STATUS mandatory
  2619.               DESCRIPTION
  2620.                   "The entity that configured this entry and is
  2621.                   therefore using the resources assigned to it."
  2622.               ::= { hostTopNControlEntry 9 }
  2623.  
  2624.           hostTopNStatus OBJECT-TYPE
  2625.               SYNTAX EntryStatus
  2626.               ACCESS read-write
  2627.               STATUS mandatory
  2628.               DESCRIPTION
  2629.                   "The status of this hostTopNControl entry.
  2630.  
  2631.  
  2632.  
  2633.  
  2634. Remote Network Monitoring Working Group                        [Page 47]
  2635.  
  2636. RFC 1271             Remote Network Monitoring MIB         November 1991
  2637.  
  2638.  
  2639.                   If this object is not equal to valid(1), all
  2640.                   associated hostTopNEntries shall be deleted by
  2641.                   the agent."
  2642.               ::= { hostTopNControlEntry 10 }
  2643.  
  2644.           hostTopNTable OBJECT-TYPE
  2645.               SYNTAX SEQUENCE OF HostTopNEntry
  2646.               ACCESS not-accessible
  2647.               STATUS mandatory
  2648.               DESCRIPTION
  2649.                   "A list of top N host entries."
  2650.               ::= { hostTopN 2 }
  2651.  
  2652.           hostTopNEntry OBJECT-TYPE
  2653.               SYNTAX HostTopNEntry
  2654.               ACCESS not-accessible
  2655.               STATUS mandatory
  2656.               DESCRIPTION
  2657.                   "A set of statistics for a host that is part of a
  2658.                   top N report."
  2659.               INDEX { hostTopNReport, hostTopNIndex }
  2660.               ::= { hostTopNTable 1 }
  2661.  
  2662.           HostTopNEntry ::= SEQUENCE {
  2663.               hostTopNReport                INTEGER (1..65535),
  2664.               hostTopNIndex                 INTEGER (1..65535),
  2665.               hostTopNAddress               OCTET STRING,
  2666.               hostTopNRate                  INTEGER
  2667.           }
  2668.  
  2669.           hostTopNReport OBJECT-TYPE
  2670.               SYNTAX INTEGER (1..65535)
  2671.               ACCESS read-only
  2672.               STATUS mandatory
  2673.               DESCRIPTION
  2674.                   "This object identifies the top N report of which
  2675.                   this entry is a part.  The set of hosts
  2676.                   identified by a particular value of this
  2677.                   object is part of the same report as identified
  2678.                   by the same value of the hostTopNControlIndex object."
  2679.               ::= { hostTopNEntry 1 }
  2680.  
  2681.           hostTopNIndex OBJECT-TYPE
  2682.               SYNTAX INTEGER (1..65535)
  2683.               ACCESS read-only
  2684.               STATUS mandatory
  2685.               DESCRIPTION
  2686.                   "An index that uniquely identifies an entry in
  2687.  
  2688.  
  2689.  
  2690. Remote Network Monitoring Working Group                        [Page 48]
  2691.  
  2692. RFC 1271             Remote Network Monitoring MIB         November 1991
  2693.  
  2694.  
  2695.                   the hostTopN table among those in the same report.
  2696.                   This index is between 1 and N, where N is the
  2697.                   number of entries in this table.  Increasing values
  2698.                   of hostTopNIndex shall be assigned to entries with
  2699.                   decreasing values of hostTopNRate until index N
  2700.                   is assigned to the entry with the lowest value of
  2701.                   hostTopNRate or there are no more hostTopNEntries."
  2702.               ::= { hostTopNEntry 2 }
  2703.  
  2704.           hostTopNAddress OBJECT-TYPE
  2705.               SYNTAX OCTET STRING
  2706.               ACCESS read-only
  2707.               STATUS mandatory
  2708.               DESCRIPTION
  2709.                   "The physical address of this host."
  2710.               ::= { hostTopNEntry 3 }
  2711.  
  2712.           hostTopNRate OBJECT-TYPE
  2713.               SYNTAX INTEGER
  2714.               ACCESS read-only
  2715.               STATUS mandatory
  2716.               DESCRIPTION
  2717.                   "The amount of change in the selected variable
  2718.                   during this sampling interval.  The selected
  2719.                   variable is this host's instance of the object
  2720.                   selected by hostTopNRateBase."
  2721.               ::= { hostTopNEntry 4 }
  2722.  
  2723.  
  2724.           -- The Matrix Group
  2725.  
  2726.           -- Implementation of the Matrix group is optional.
  2727.           --
  2728.           -- The Matrix group consists of the matrixControlTable,
  2729.           -- matrixSDTable and the matrixDSTable.  These tables
  2730.           -- store statistics for a particular conversation between
  2731.           -- two addresses.  As the device detects a new conversation,
  2732.           -- including those to a non-unicast address, it creates a
  2733.           -- new entry in both of the matrix tables.
  2734.           -- It must only create new entries based on information
  2735.           -- received in good packets.  If the monitoring device finds
  2736.           -- itself short of resources, it may delete entries as needed.
  2737.           -- It is suggested that the device delete the least recently
  2738.           -- used entries first.
  2739.  
  2740.           matrixControlTable OBJECT-TYPE
  2741.               SYNTAX SEQUENCE OF MatrixControlEntry
  2742.               ACCESS not-accessible
  2743.  
  2744.  
  2745.  
  2746. Remote Network Monitoring Working Group                        [Page 49]
  2747.  
  2748. RFC 1271             Remote Network Monitoring MIB         November 1991
  2749.  
  2750.  
  2751.               STATUS mandatory
  2752.               DESCRIPTION
  2753.                   "A list of information entries for the
  2754.                   traffic matrix on each interface."
  2755.               ::= { matrix 1 }
  2756.  
  2757.           matrixControlEntry OBJECT-TYPE
  2758.               SYNTAX MatrixControlEntry
  2759.               ACCESS not-accessible
  2760.               STATUS mandatory
  2761.               DESCRIPTION
  2762.                   "Information about a traffic matrix on a
  2763.                   particular interface."
  2764.               INDEX { matrixControlIndex }
  2765.               ::= { matrixControlTable 1 }
  2766.  
  2767.           MatrixControlEntry ::= SEQUENCE {
  2768.               matrixControlIndex           INTEGER (1..65535),
  2769.               matrixControlDataSource      OBJECT IDENTIFIER,
  2770.               matrixControlTableSize       INTEGER,
  2771.               matrixControlLastDeleteTime  TimeTicks,
  2772.               matrixControlOwner           OwnerString,
  2773.               matrixControlStatus          INTEGER
  2774.           }
  2775.  
  2776.           matrixControlIndex OBJECT-TYPE
  2777.               SYNTAX INTEGER (1..65535)
  2778.               ACCESS read-only
  2779.               STATUS mandatory
  2780.               DESCRIPTION
  2781.                   "An index that uniquely identifies an entry in the
  2782.                   matrixControl table.  Each such entry defines
  2783.                   a function that discovers conversations on a particular
  2784.                   interface and places statistics about them in the
  2785.                   matrixSDTable and the matrixDSTable on behalf of this
  2786.                   matrixControlEntry."
  2787.               ::= { matrixControlEntry 1 }
  2788.  
  2789.           matrixControlDataSource OBJECT-TYPE
  2790.               SYNTAX OBJECT IDENTIFIER
  2791.               ACCESS read-write
  2792.               STATUS mandatory
  2793.               DESCRIPTION
  2794.                   "This object identifies the source of
  2795.                   the data from which this entry creates a traffic matrix.
  2796.                   This source can be any interface on this device.  In
  2797.                   order to identify a particular interface, this object
  2798.                   shall identify the instance of the ifIndex object,
  2799.  
  2800.  
  2801.  
  2802. Remote Network Monitoring Working Group                        [Page 50]
  2803.  
  2804. RFC 1271             Remote Network Monitoring MIB         November 1991
  2805.  
  2806.  
  2807.                   defined in [4,6], for the desired interface.  For
  2808.                   example, if an entry were to receive data from
  2809.                   interface #1, this object would be set to ifIndex.1.
  2810.  
  2811.                   The statistics in this group reflect all packets
  2812.                   on the local network segment attached to the
  2813.                   identified interface.
  2814.  
  2815.                   This object may not be modified if the associated
  2816.                   matrixControlStatus object is equal to valid(1)."
  2817.               ::= { matrixControlEntry 2 }
  2818.  
  2819.           matrixControlTableSize OBJECT-TYPE
  2820.               SYNTAX INTEGER
  2821.               ACCESS read-only
  2822.               STATUS mandatory
  2823.               DESCRIPTION
  2824.                   "The number of matrixSDEntries in the matrixSDTable
  2825.                   for this interface.  This must also be the value of
  2826.                   the number of entries in the matrixDSTable for this
  2827.                   interface."
  2828.               ::= { matrixControlEntry 3 }
  2829.  
  2830.           matrixControlLastDeleteTime OBJECT-TYPE
  2831.               SYNTAX TimeTicks
  2832.               ACCESS read-only
  2833.               STATUS mandatory
  2834.               DESCRIPTION
  2835.                   "The value of sysUpTime when the last entry
  2836.                   was deleted from the portion of the matrixSDTable
  2837.                   or matrixDSTable associated with this
  2838.                   matrixControlEntry.
  2839.                   If no deletions have occurred, this value shall be
  2840.                   zero."
  2841.               ::= { matrixControlEntry 4 }
  2842.  
  2843.           matrixControlOwner OBJECT-TYPE
  2844.               SYNTAX OwnerString
  2845.               ACCESS read-write
  2846.               STATUS mandatory
  2847.               DESCRIPTION
  2848.                   "The entity that configured this entry and is
  2849.                   therefore using the resources assigned to it."
  2850.               ::= { matrixControlEntry 5 }
  2851.  
  2852.           matrixControlStatus OBJECT-TYPE
  2853.               SYNTAX EntryStatus
  2854.               ACCESS read-write
  2855.  
  2856.  
  2857.  
  2858. Remote Network Monitoring Working Group                        [Page 51]
  2859.  
  2860. RFC 1271             Remote Network Monitoring MIB         November 1991
  2861.  
  2862.  
  2863.               STATUS mandatory
  2864.               DESCRIPTION
  2865.                   "The status of this matrixControl entry.
  2866.  
  2867.                   If this object is not equal to valid(1), all
  2868.                   associated entries in the matrixSDTable and the
  2869.                   matrixDSTable shall be deleted by the agent."
  2870.               ::= { matrixControlEntry 6 }
  2871.  
  2872.           matrixSDTable OBJECT-TYPE
  2873.               SYNTAX SEQUENCE OF MatrixSDEntry
  2874.               ACCESS not-accessible
  2875.               STATUS mandatory
  2876.               DESCRIPTION
  2877.                   "A list of traffic matrix entries indexed by
  2878.                   source and destination MAC address."
  2879.               ::= { matrix 2 }
  2880.  
  2881.           matrixSDEntry OBJECT-TYPE
  2882.               SYNTAX MatrixSDEntry
  2883.               ACCESS not-accessible
  2884.               STATUS mandatory
  2885.               DESCRIPTION
  2886.                   "A collection of statistics for communications between
  2887.                   two addresses on a particular interface."
  2888.               INDEX { matrixSDIndex,
  2889.                       matrixSDSourceAddress, matrixSDDestAddress }
  2890.               ::= { matrixSDTable 1 }
  2891.  
  2892.           MatrixSDEntry ::= SEQUENCE {
  2893.               matrixSDSourceAddress       OCTET STRING,
  2894.               matrixSDDestAddress         OCTET STRING,
  2895.               matrixSDIndex               INTEGER (1..65535),
  2896.               matrixSDPkts                Counter,
  2897.               matrixSDOctets              Counter,
  2898.               matrixSDErrors              Counter
  2899.           }
  2900.  
  2901.           matrixSDSourceAddress OBJECT-TYPE
  2902.               SYNTAX OCTET STRING
  2903.               ACCESS read-only
  2904.               STATUS mandatory
  2905.               DESCRIPTION
  2906.                   "The source physical address."
  2907.               ::= { matrixSDEntry 1 }
  2908.  
  2909.  
  2910.  
  2911.  
  2912.  
  2913.  
  2914. Remote Network Monitoring Working Group                        [Page 52]
  2915.  
  2916. RFC 1271             Remote Network Monitoring MIB         November 1991
  2917.  
  2918.  
  2919.           matrixSDDestAddress OBJECT-TYPE
  2920.               SYNTAX OCTET STRING
  2921.               ACCESS read-only
  2922.               STATUS mandatory
  2923.               DESCRIPTION
  2924.                   "The destination physical address."
  2925.               ::= { matrixSDEntry 2 }
  2926.  
  2927.           matrixSDIndex OBJECT-TYPE
  2928.               SYNTAX INTEGER (1..65535)
  2929.               ACCESS read-only
  2930.               STATUS mandatory
  2931.               DESCRIPTION
  2932.                   "The set of collected matrix statistics of which
  2933.                   this entry is a part.  The set of matrix statistics
  2934.                   identified by a particular value of this index
  2935.                   is associated with the same matrixControlEntry
  2936.                   as identified by the same value of matrixControlIndex."
  2937.               ::= { matrixSDEntry 3 }
  2938.  
  2939.           matrixSDPkts OBJECT-TYPE
  2940.               SYNTAX Counter
  2941.               ACCESS read-only
  2942.               STATUS mandatory
  2943.               DESCRIPTION
  2944.                   "The number of packets transmitted from the source
  2945.                   address to the destination address (this number
  2946.                   includes error packets)."
  2947.               ::= { matrixSDEntry 4 }
  2948.  
  2949.           matrixSDOctets OBJECT-TYPE
  2950.               SYNTAX Counter
  2951.               ACCESS read-only
  2952.               STATUS mandatory
  2953.               DESCRIPTION
  2954.                   "The number of octets (excluding framing bits but
  2955.                   including FCS octets) contained in all packets
  2956.                   transmitted from the source address to the
  2957.                   destination address."
  2958.               ::= { matrixSDEntry 5 }
  2959.  
  2960.           matrixSDErrors OBJECT-TYPE
  2961.               SYNTAX Counter
  2962.               ACCESS read-only
  2963.               STATUS mandatory
  2964.               DESCRIPTION
  2965.                   "The number of error packets transmitted from
  2966.                   the source address to the destination address."
  2967.  
  2968.  
  2969.  
  2970. Remote Network Monitoring Working Group                        [Page 53]
  2971.  
  2972. RFC 1271             Remote Network Monitoring MIB         November 1991
  2973.  
  2974.  
  2975.               ::= { matrixSDEntry 6 }
  2976.  
  2977.  
  2978.           -- Traffic matrix tables from destination to source
  2979.  
  2980.           matrixDSTable OBJECT-TYPE
  2981.               SYNTAX SEQUENCE OF MatrixDSEntry
  2982.               ACCESS not-accessible
  2983.               STATUS mandatory
  2984.               DESCRIPTION
  2985.                   "A list of traffic matrix entries indexed by
  2986.                   destination and source MAC address."
  2987.               ::= { matrix 3 }
  2988.  
  2989.           matrixDSEntry OBJECT-TYPE
  2990.               SYNTAX MatrixDSEntry
  2991.               ACCESS not-accessible
  2992.               STATUS mandatory
  2993.               DESCRIPTION
  2994.                   "A collection of statistics for communications between
  2995.                   two address on a particular interface."
  2996.               INDEX { matrixDSIndex,
  2997.                       matrixDSDestAddress, matrixDSSourceAddress }
  2998.               ::= { matrixDSTable 1 }
  2999.  
  3000.           MatrixDSEntry ::= SEQUENCE {
  3001.               matrixDSSourceAddress       OCTET STRING,
  3002.               matrixDSDestAddress         OCTET STRING,
  3003.               matrixDSIndex               INTEGER (1..65535),
  3004.               matrixDSPkts                Counter,
  3005.               matrixDSOctets              Counter,
  3006.               matrixDSErrors              Counter
  3007.           }
  3008.  
  3009.           matrixDSSourceAddress OBJECT-TYPE
  3010.               SYNTAX OCTET STRING
  3011.               ACCESS read-only
  3012.               STATUS mandatory
  3013.               DESCRIPTION
  3014.                   "The source physical address."
  3015.               ::= { matrixDSEntry 1 }
  3016.  
  3017.           matrixDSDestAddress OBJECT-TYPE
  3018.               SYNTAX OCTET STRING
  3019.               ACCESS read-only
  3020.               STATUS mandatory
  3021.               DESCRIPTION
  3022.                   "The destination physical address."
  3023.  
  3024.  
  3025.  
  3026. Remote Network Monitoring Working Group                        [Page 54]
  3027.  
  3028. RFC 1271             Remote Network Monitoring MIB         November 1991
  3029.  
  3030.  
  3031.               ::= { matrixDSEntry 2 }
  3032.  
  3033.           matrixDSIndex OBJECT-TYPE
  3034.               SYNTAX INTEGER (1..65535)
  3035.               ACCESS read-only
  3036.               STATUS mandatory
  3037.               DESCRIPTION
  3038.                   "The set of collected matrix statistics of which
  3039.                   this entry is a part.  The set of matrix statistics
  3040.                   identified by a particular value of this index
  3041.                   is associated with the same matrixControlEntry
  3042.                   as identified by the same value of matrixControlIndex."
  3043.               ::= { matrixDSEntry 3 }
  3044.  
  3045.           matrixDSPkts OBJECT-TYPE
  3046.               SYNTAX Counter
  3047.               ACCESS read-only
  3048.               STATUS mandatory
  3049.               DESCRIPTION
  3050.                   "The number of packets transmitted from the source
  3051.                   address to the destination address (this number
  3052.                   includes error packets)."
  3053.               ::= { matrixDSEntry 4 }
  3054.  
  3055.           matrixDSOctets OBJECT-TYPE
  3056.               SYNTAX Counter
  3057.               ACCESS read-only
  3058.               STATUS mandatory
  3059.               DESCRIPTION
  3060.                   "The number of octets (excluding framing bits
  3061.                   but including FCS octets) contained in all packets
  3062.                   transmitted from the source address to the
  3063.                   destination address."
  3064.               ::= { matrixDSEntry 5 }
  3065.  
  3066.           matrixDSErrors OBJECT-TYPE
  3067.               SYNTAX Counter
  3068.               ACCESS read-only
  3069.               STATUS mandatory
  3070.               DESCRIPTION
  3071.                   "The number of error packets transmitted from
  3072.                   the source address to the destination address."
  3073.               ::= { matrixDSEntry 6 }
  3074.  
  3075.  
  3076.           -- The Filter Group
  3077.  
  3078.           -- Implementation of the Filter group is optional.
  3079.  
  3080.  
  3081.  
  3082. Remote Network Monitoring Working Group                        [Page 55]
  3083.  
  3084. RFC 1271             Remote Network Monitoring MIB         November 1991
  3085.  
  3086.  
  3087.           --
  3088.           -- The Filter group allows packets to be captured with an
  3089.           -- arbitrary filter expression.  A logical data and
  3090.           -- event stream or "channel" is formed by the packets
  3091.           -- that match the filter expression.
  3092.           --
  3093.           -- This filter mechanism allows the creation of an arbitrary
  3094.           -- logical expression with which to filter packets.  Each
  3095.           -- filter associated with a channel is OR'ed with the others.
  3096.           -- Within a filter, any bits checked in the data and status are
  3097.           -- AND'ed with respect to other bits in the same filter.  The
  3098.           -- NotMask also allows for checking for inequality.  Finally,
  3099.           -- the channelAcceptType object allows for inversion of the
  3100.           -- whole equation.
  3101.           --
  3102.           -- The channel can be turned on or off, and can also
  3103.           -- generate events when packets pass through it.
  3104.  
  3105.           filterTable OBJECT-TYPE
  3106.               SYNTAX SEQUENCE OF FilterEntry
  3107.               ACCESS not-accessible
  3108.               STATUS mandatory
  3109.               DESCRIPTION
  3110.                   "A list of packet filter entries."
  3111.               ::= { filter 1 }
  3112.  
  3113.           filterEntry OBJECT-TYPE
  3114.               SYNTAX FilterEntry
  3115.               ACCESS not-accessible
  3116.               STATUS mandatory
  3117.               DESCRIPTION
  3118.                   "A set of parameters for a packet filter applied on a
  3119.                   particular interface."
  3120.               INDEX { filterIndex }
  3121.               ::= { filterTable 1 }
  3122.  
  3123.           FilterEntry ::= SEQUENCE {
  3124.               filterIndex                 INTEGER (1..65535),
  3125.               filterChannelIndex          INTEGER (1..65535),
  3126.               filterPktDataOffset         INTEGER,
  3127.               filterPktData               OCTET STRING,
  3128.               filterPktDataMask           OCTET STRING,
  3129.               filterPktDataNotMask        OCTET STRING,
  3130.               filterPktStatus             INTEGER,
  3131.               filterPktStatusMask         INTEGER,
  3132.               filterPktStatusNotMask      INTEGER,
  3133.               filterOwner                 OwnerString,
  3134.               filterStatus                INTEGER
  3135.  
  3136.  
  3137.  
  3138. Remote Network Monitoring Working Group                        [Page 56]
  3139.  
  3140. RFC 1271             Remote Network Monitoring MIB         November 1991
  3141.  
  3142.  
  3143.           }
  3144.  
  3145.           filterIndex OBJECT-TYPE
  3146.               SYNTAX INTEGER (1..65535)
  3147.               ACCESS read-only
  3148.               STATUS mandatory
  3149.               DESCRIPTION
  3150.                   "An index that uniquely identifies an entry
  3151.                   in the filter table.  Each such entry defines
  3152.                   one filter that is to be applied to every packet
  3153.                   received on an interface."
  3154.               ::= { filterEntry 1 }
  3155.  
  3156.           filterChannelIndex OBJECT-TYPE
  3157.               SYNTAX INTEGER (1..65535)
  3158.               ACCESS read-write
  3159.               STATUS mandatory
  3160.               DESCRIPTION
  3161.                   "This object identifies the channel of which this
  3162.                   filter is a part.  The filters identified by a
  3163.                   particular value of this object are associated
  3164.                   with the same channel as identified by the same
  3165.                   value of the channelIndex object."
  3166.               ::= { filterEntry 2 }
  3167.  
  3168.           filterPktDataOffset OBJECT-TYPE
  3169.               SYNTAX INTEGER
  3170.               ACCESS read-write
  3171.               STATUS mandatory
  3172.               DESCRIPTION
  3173.                   "The offset from the beginning of each packet where
  3174.                   a match of packet data will be attempted.  This offset
  3175.                   is measured from the point in the physical layer
  3176.                   packet after the framing bits, if any.  For example,
  3177.                   in an Ethernet frame, this point is at the beginning
  3178.                   of the destination MAC address.
  3179.  
  3180.                   This object may not be modified if the associated
  3181.                   filterStatus object is equal to valid(1)."
  3182.               DEFVAL { 0 }
  3183.               ::= { filterEntry 3 }
  3184.  
  3185.           filterPktData OBJECT-TYPE
  3186.               SYNTAX OCTET STRING
  3187.               ACCESS read-write
  3188.               STATUS mandatory
  3189.               DESCRIPTION
  3190.                   "The data that is to be matched with the input packet.
  3191.  
  3192.  
  3193.  
  3194. Remote Network Monitoring Working Group                        [Page 57]
  3195.  
  3196. RFC 1271             Remote Network Monitoring MIB         November 1991
  3197.  
  3198.  
  3199.                   For each packet received, this filter and the
  3200.                   accompanying filterPktDataMask and
  3201.                   filterPktDataNotMask will be adjusted for the
  3202.                   offset.  The only bits relevant to this
  3203.                   match algorithm are those that have the corresponding
  3204.                   filterPktDataMask bit equal to one.  The following
  3205.                   three rules are then applied to every packet:
  3206.  
  3207.                   (1) If the packet is too short and does not have data
  3208.                       corresponding to part of the filterPktData, the
  3209.                       packet will fail this data match.
  3210.  
  3211.                   (2) For each relevant bit from the packet with the
  3212.                       corresponding filterPktDataNotMask bit set to
  3213.                       zero, if the bit from the packet is not equal to
  3214.                       the corresponding bit from the filterPktData,
  3215.                       then the packet will fail this data match.
  3216.  
  3217.                   (3) If for every relevant bit from the packet with the
  3218.                       corresponding filterPktDataNotMask bit set to one,
  3219.                       the bit from the packet is equal to the
  3220.                       corresponding bit from the filterPktData, then
  3221.                       the packet will fail this data match.
  3222.  
  3223.                   Any packets that have not failed any of the three
  3224.                   matches above have passed this data match.
  3225.  
  3226.                   This object may not be modified if the associated
  3227.                   filterStatus object is equal to valid(1)."
  3228.               ::= { filterEntry 4 }
  3229.  
  3230.           filterPktDataMask OBJECT-TYPE
  3231.               SYNTAX OCTET STRING
  3232.               ACCESS read-write
  3233.               STATUS mandatory
  3234.               DESCRIPTION
  3235.                   "The mask that is applied to the match process.
  3236.                   After adjusting this mask for the offset, only those
  3237.                   bits in the received packet that correspond to bits
  3238.                   set in this mask are relevant for further processing
  3239.                   by the match algorithm.  The offset is applied to
  3240.                   filterPktDataMask in the same way it is applied to
  3241.                   the filter.  For the purposes of the matching
  3242.                   algorithm, if the associated filterPktData object
  3243.                   is longer than this mask, this mask is conceptually
  3244.                   extended with '1' bits until it reaches the
  3245.                   length of the filterPktData object.
  3246.  
  3247.  
  3248.  
  3249.  
  3250. Remote Network Monitoring Working Group                        [Page 58]
  3251.  
  3252. RFC 1271             Remote Network Monitoring MIB         November 1991
  3253.  
  3254.  
  3255.                   This object may not be modified if the associated
  3256.                   filterStatus object is equal to valid(1)."
  3257.               ::= { filterEntry 5 }
  3258.  
  3259.           filterPktDataNotMask OBJECT-TYPE
  3260.               SYNTAX OCTET STRING
  3261.               ACCESS read-write
  3262.               STATUS mandatory
  3263.               DESCRIPTION
  3264.                   "The inversion mask that is applied to the match
  3265.                   process.  After adjusting this mask for the offset,
  3266.                   those relevant bits in the received packet that
  3267.                   correspond to bits cleared in this mask must all
  3268.                   be equal to their corresponding bits in the
  3269.                   filterPktData object for the packet to be accepted.
  3270.                   In addition, at least one of those relevant
  3271.                   bits in the received packet that correspond to bits
  3272.                   set in this mask must be different to its
  3273.                   corresponding bit in the filterPktData object.
  3274.  
  3275.                   For the purposes of the matching algorithm, if
  3276.                   the associated filterPktData object is longer than
  3277.                   this mask, this mask is conceptually extended with
  3278.                   '0' bits until it reaches the length of the
  3279.                   filterPktData object.
  3280.  
  3281.                   This object may not be modified if the associated
  3282.                   filterStatus object is equal to valid(1)."
  3283.               ::= { filterEntry 6 }
  3284.  
  3285.           filterPktStatus OBJECT-TYPE
  3286.               SYNTAX INTEGER
  3287.               ACCESS read-write
  3288.               STATUS mandatory
  3289.               DESCRIPTION
  3290.                   "The status that is to be matched with the input
  3291.                   packet.  The only bits relevant to this match
  3292.                   algorithm are those that have the corresponding
  3293.                   filterPktStatusMask bit equal to one.
  3294.  
  3295.                   The following two rules are then applied to every
  3296.                   packet:
  3297.  
  3298.                   (1) For each relevant bit from the packet status
  3299.                       with the corresponding filterPktStatusNotMask
  3300.                       bit set to zero, if the bit from the packet
  3301.                       status is not equal to the corresponding bit
  3302.                       from the filterPktStatus, then the packet will
  3303.  
  3304.  
  3305.  
  3306. Remote Network Monitoring Working Group                        [Page 59]
  3307.  
  3308. RFC 1271             Remote Network Monitoring MIB         November 1991
  3309.  
  3310.  
  3311.                       fail this status match.
  3312.  
  3313.                   (2) If for every relevant bit from the packet status
  3314.                       with the corresponding filterPktStatusNotMask
  3315.                       bit set to one, the bit from the packet status
  3316.                       is equal to the corresponding bit from the
  3317.                       filterPktStatus, then the packet will fail
  3318.                       this status match.
  3319.  
  3320.                   Any packets that have not failed either of the two
  3321.                   matches above have passed this status match.
  3322.  
  3323.                   The value of the packet status is a sum.  This sum
  3324.                   initially takes the value zero.  Then, for each
  3325.                   error, E, that has been discovered in this packet,
  3326.                   2 raised to a value representing E is added to the sum.
  3327.                   The errors and the bits that represent them are
  3328.                   dependent on the media type of the interface that
  3329.                   this channel is receiving packets from.
  3330.  
  3331.                   The errors defined for a packet captured off of an
  3332.                   Ethernet interface are as follows:
  3333.  
  3334.                       bit #    Error
  3335.                           0    Packet is longer than 1518 octets
  3336.                           1    Packet is shorter than 64 octets
  3337.                           2    Packet experienced a CRC or Alignment
  3338.                                error
  3339.  
  3340.                   For example, an Ethernet fragment would have a
  3341.                   value of 6 (2^1 + 2^2).
  3342.  
  3343.                   As this MIB is expanded to new media types, this
  3344.                   object will have other media-specific errors defined.
  3345.  
  3346.                   For the purposes of this status matching algorithm, if
  3347.                   the packet status is longer than this
  3348.                   object, filterPktStatus this object is conceptually
  3349.                   extended with '0' bits until it reaches the size of
  3350.                   the packet status.
  3351.  
  3352.                   This object may not be modified if the associated
  3353.                   filterStatus object is equal to valid(1)."
  3354.               ::= { filterEntry 7 }
  3355.  
  3356.           filterPktStatusMask OBJECT-TYPE
  3357.               SYNTAX INTEGER
  3358.               ACCESS read-write
  3359.  
  3360.  
  3361.  
  3362. Remote Network Monitoring Working Group                        [Page 60]
  3363.  
  3364. RFC 1271             Remote Network Monitoring MIB         November 1991
  3365.  
  3366.  
  3367.               STATUS mandatory
  3368.               DESCRIPTION
  3369.                   "The mask that is applied to the status match process.
  3370.                   Only those bits in the received packet that correspond
  3371.                   to bits set in this mask are relevant for further
  3372.                   processing by the status match algorithm.  For the
  3373.                   purposes of the matching algorithm, if the
  3374.                   associated filterPktStatus object is longer than
  3375.                   this mask, this mask is conceptually extended with
  3376.                   '1' bits until it reaches the size of the
  3377.                   filterPktStatus.  In addition, if a packet status is
  3378.                   longer than this mask, this mask is conceptually
  3379.                   extended with '0' bits until it reaches the size of
  3380.                   the packet status.
  3381.  
  3382.                   This object may not be modified if the associated
  3383.                   filterStatus object is equal to valid(1)."
  3384.               ::= { filterEntry 8 }
  3385.  
  3386.           filterPktStatusNotMask OBJECT-TYPE
  3387.               SYNTAX INTEGER
  3388.               ACCESS read-write
  3389.               STATUS mandatory
  3390.               DESCRIPTION
  3391.                   "The inversion mask that is applied to the status match
  3392.                   process.  Those relevant bits in the received packet
  3393.                   status that correspond to bits cleared in this mask
  3394.                   must all be equal to their corresponding bits in the
  3395.                   filterPktStatus object for the packet to be accepted.
  3396.                   In addition, at least one of those relevant bits in the
  3397.                   received packet status that correspond to bits set in
  3398.                   this mask must be different to its corresponding bit
  3399.                   in the filterPktStatus object for the packet to be
  3400.                   accepted.
  3401.  
  3402.                   For the purposes of the matching algorithm, if the
  3403.                   associated filterPktStatus object or a packet status
  3404.                   is longer than this mask, this mask is conceptually
  3405.                   extended with '0' bits until it reaches the longer of
  3406.                   the lengths of the filterPktStatus object and the
  3407.                   packet status.
  3408.  
  3409.                   This object may not be modified if the associated
  3410.                   filterStatus object is equal to valid(1)."
  3411.               ::= { filterEntry 9 }
  3412.  
  3413.           filterOwner OBJECT-TYPE
  3414.               SYNTAX OwnerString
  3415.  
  3416.  
  3417.  
  3418. Remote Network Monitoring Working Group                        [Page 61]
  3419.  
  3420. RFC 1271             Remote Network Monitoring MIB         November 1991
  3421.  
  3422.  
  3423.               ACCESS read-write
  3424.               STATUS mandatory
  3425.               DESCRIPTION
  3426.                   "The entity that configured this entry and is
  3427.                   therefore using the resources assigned to it."
  3428.               ::= { filterEntry 10 }
  3429.  
  3430.           filterStatus OBJECT-TYPE
  3431.               SYNTAX EntryStatus
  3432.               ACCESS read-write
  3433.               STATUS mandatory
  3434.               DESCRIPTION
  3435.                   "The status of this filter entry."
  3436.               ::= { filterEntry 11 }
  3437.  
  3438.           channelTable OBJECT-TYPE
  3439.               SYNTAX SEQUENCE OF ChannelEntry
  3440.               ACCESS not-accessible
  3441.               STATUS mandatory
  3442.               DESCRIPTION
  3443.                   "A list of packet channel entries."
  3444.               ::= { filter 2 }
  3445.  
  3446.           channelEntry OBJECT-TYPE
  3447.               SYNTAX ChannelEntry
  3448.               ACCESS not-accessible
  3449.               STATUS mandatory
  3450.               DESCRIPTION
  3451.                   "A set of parameters for a packet channel applied on a
  3452.                   particular interface."
  3453.               INDEX { channelIndex }
  3454.               ::= { channelTable 1 }
  3455.  
  3456.           ChannelEntry ::= SEQUENCE {
  3457.               channelIndex                 INTEGER (1..65535),
  3458.               channelIfIndex               INTEGER (1..65535),
  3459.               channelAcceptType            INTEGER,
  3460.               channelDataControl           INTEGER,
  3461.               channelTurnOnEventIndex      INTEGER (0..65535),
  3462.               channelTurnOffEventIndex     INTEGER (0..65535),
  3463.               channelEventIndex            INTEGER (0..65535),
  3464.               channelEventStatus           INTEGER,
  3465.               channelMatches               Counter,
  3466.               channelDescription           DisplayString (SIZE (0..127)),
  3467.               channelOwner                 OwnerString,
  3468.               channelStatus                INTEGER
  3469.           }
  3470.  
  3471.  
  3472.  
  3473.  
  3474. Remote Network Monitoring Working Group                        [Page 62]
  3475.  
  3476. RFC 1271             Remote Network Monitoring MIB         November 1991
  3477.  
  3478.  
  3479.           channelIndex OBJECT-TYPE
  3480.               SYNTAX INTEGER (1..65535)
  3481.               ACCESS read-only
  3482.               STATUS mandatory
  3483.               DESCRIPTION
  3484.                   "An index that uniquely identifies an entry
  3485.                   in the channel table.  Each such
  3486.                   entry defines one channel, a logical data
  3487.                   and event stream."
  3488.               ::= { channelEntry 1 }
  3489.  
  3490.           channelIfIndex OBJECT-TYPE
  3491.               SYNTAX INTEGER (1..65535)
  3492.               ACCESS read-write
  3493.               STATUS mandatory
  3494.               DESCRIPTION
  3495.                   "The value of this object uniquely identifies the
  3496.                   interface on this remote network monitoring device
  3497.                   to which the associated filters are applied to allow
  3498.                   data into this channel.  The interface identified by
  3499.                   a particular value of this object is the same
  3500.                   interface as identified by the same value of the
  3501.                   ifIndex object, defined in [4,6].  The filters in
  3502.                   this group are applied to all packets on the local
  3503.                   network segment attached to the identified
  3504.                   interface.
  3505.  
  3506.                   This object may not be modified if the associated
  3507.                   channelStatus object is equal to valid(1)."
  3508.               ::= { channelEntry 2 }
  3509.  
  3510.           channelAcceptType OBJECT-TYPE
  3511.               SYNTAX INTEGER {
  3512.                   acceptMatched(1),
  3513.                   acceptFailed(2)
  3514.               }
  3515.               ACCESS read-write
  3516.               STATUS mandatory
  3517.               DESCRIPTION
  3518.                   "This object controls the action of the filters
  3519.                   associated with this channel.  If this object is equal
  3520.                   to acceptMatched(1), packets will be accepted to this
  3521.                   channel if they are accepted by both the packet data
  3522.                   and packet status matches of an associated filter. If
  3523.                   this object is equal to acceptFailed(2), packets will
  3524.                   be accepted to this channel only if they fail either
  3525.                   the packet data match or the packet status match of
  3526.                   each of the associated filters.
  3527.  
  3528.  
  3529.  
  3530. Remote Network Monitoring Working Group                        [Page 63]
  3531.  
  3532. RFC 1271             Remote Network Monitoring MIB         November 1991
  3533.  
  3534.  
  3535.                   This object may not be modified if the associated
  3536.                   channelStatus object is equal to valid(1)."
  3537.               ::= { channelEntry 3 }
  3538.  
  3539.           channelDataControl OBJECT-TYPE
  3540.               SYNTAX INTEGER {
  3541.                   on(1),
  3542.                   off(2)
  3543.               }
  3544.               ACCESS read-write
  3545.               STATUS mandatory
  3546.               DESCRIPTION
  3547.                   "This object controls the flow of data through this
  3548.                   channel.  If this object is on(1), data, status and
  3549.                   events flow through this channel.  If this object is
  3550.                   off(2), data, status and events will not flow through
  3551.                   this channel."
  3552.               DEFVAL { off }
  3553.               ::= { channelEntry 4 }
  3554.  
  3555.           channelTurnOnEventIndex OBJECT-TYPE
  3556.               SYNTAX INTEGER (0..65535)
  3557.               ACCESS read-write
  3558.               STATUS mandatory
  3559.               DESCRIPTION
  3560.                   "The value of this object identifies the event
  3561.                   that is configured to turn the associated
  3562.                   channelDataControl from off to on when the event is
  3563.                   generated.  The event identified by a particular value
  3564.                   of this object is the same event as identified by the
  3565.                   same value of the eventIndex object.  If there is no
  3566.                   corresponding entry in the eventTable, then no
  3567.                   association exists.  In fact, if no event is intended
  3568.                   for this channel, channelTurnOnEventIndex must be
  3569.                   set to zero, a non-existent event index.
  3570.  
  3571.                   This object may not be modified if the associated
  3572.                   channelStatus object is equal to valid(1)."
  3573.               ::= { channelEntry 5 }
  3574.  
  3575.           channelTurnOffEventIndex OBJECT-TYPE
  3576.               SYNTAX INTEGER (0..65535)
  3577.               ACCESS read-write
  3578.               STATUS mandatory
  3579.               DESCRIPTION
  3580.                   "The value of this object identifies the event
  3581.                   that is configured to turn the associated
  3582.                   channelDataControl from on to off when the event is
  3583.  
  3584.  
  3585.  
  3586. Remote Network Monitoring Working Group                        [Page 64]
  3587.  
  3588. RFC 1271             Remote Network Monitoring MIB         November 1991
  3589.  
  3590.  
  3591.                   generated.  The event identified by a particular value
  3592.                   of this object is the same event as identified by the
  3593.                   same value of the eventIndex object.  If there is no
  3594.                   corresponding entry in the eventTable, then no
  3595.                   association exists.  In fact, if no event is intended
  3596.                   for this channel, channelTurnOffEventIndex must be
  3597.                   set to zero, a non-existent event index.
  3598.  
  3599.                   This object may not be modified if the associated
  3600.                   channelStatus object is equal to valid(1)."
  3601.               ::= { channelEntry 6 }
  3602.  
  3603.           channelEventIndex OBJECT-TYPE
  3604.               SYNTAX INTEGER (0..65535)
  3605.               ACCESS read-write
  3606.               STATUS mandatory
  3607.               DESCRIPTION
  3608.                   "The value of this object identifies the event
  3609.                   that is configured to be generated when the
  3610.                   associated channelDataControl is on and a packet
  3611.                   is matched.  The event identified by a particular value
  3612.                   of this object is the same event as identified by the
  3613.                   same value of the eventIndex object.  If there is no
  3614.                   corresponding entry in the eventTable, then no
  3615.                   association exists.  In fact, if no event is intended
  3616.                   for this channel, channelEventIndex must be
  3617.                   set to zero, a non-existent event index.
  3618.  
  3619.                   This object may not be modified if the associated
  3620.                   channelStatus object is equal to valid(1)."
  3621.               ::= { channelEntry 7 }
  3622.  
  3623.           channelEventStatus OBJECT-TYPE
  3624.               SYNTAX INTEGER {
  3625.                   eventReady(1),
  3626.                   eventFired(2),
  3627.                   eventAlwaysReady(3)
  3628.               }
  3629.               ACCESS read-write
  3630.               STATUS mandatory
  3631.               DESCRIPTION
  3632.                   "The event status of this channel.
  3633.  
  3634.                   If this channel is configured to generate events
  3635.                   when packets are matched, a means of controlling
  3636.                   the flow of those events is often needed.  When
  3637.                   this object is equal to eventReady(1), a single
  3638.                   event may be generated, after which this object
  3639.  
  3640.  
  3641.  
  3642. Remote Network Monitoring Working Group                        [Page 65]
  3643.  
  3644. RFC 1271             Remote Network Monitoring MIB         November 1991
  3645.  
  3646.  
  3647.                   will be set by the probe to eventFired(2).  While
  3648.                   in the eventFired(2) state, no events will be
  3649.                   generated until the object is modified to
  3650.                   eventReady(1) (or eventAlwaysReady(3)).  The
  3651.                   management station can thus easily respond to a
  3652.                   notification of an event by re-enabling this object.
  3653.  
  3654.                   If the management station wishes to disable this
  3655.                   flow control and allow events to be generated
  3656.                   at will, this object may be set to
  3657.                   eventAlwaysReady(3).  Disabling the flow control
  3658.                   is discouraged as it can result in high network
  3659.                   traffic or other performance problems."
  3660.               DEFVAL { eventReady }
  3661.               ::= { channelEntry 8 }
  3662.  
  3663.           channelMatches OBJECT-TYPE
  3664.               SYNTAX Counter
  3665.               ACCESS read-only
  3666.               STATUS mandatory
  3667.               DESCRIPTION
  3668.                   "The number of times this channel has matched a packet.
  3669.                   Note that this object is updated even when
  3670.                   channelDataControl is set to off."
  3671.               ::= { channelEntry 9 }
  3672.  
  3673.           channelDescription OBJECT-TYPE
  3674.               SYNTAX DisplayString (SIZE (0..127))
  3675.               ACCESS read-write
  3676.               STATUS mandatory
  3677.               DESCRIPTION
  3678.                   "A comment describing this channel."
  3679.               ::= { channelEntry 10 }
  3680.  
  3681.           channelOwner OBJECT-TYPE
  3682.               SYNTAX OwnerString
  3683.               ACCESS read-write
  3684.               STATUS mandatory
  3685.               DESCRIPTION
  3686.                   "The entity that configured this entry and is therefore
  3687.                   using the resources assigned to it."
  3688.               ::= { channelEntry 11 }
  3689.  
  3690.           channelStatus OBJECT-TYPE
  3691.               SYNTAX EntryStatus
  3692.               ACCESS read-write
  3693.               STATUS mandatory
  3694.               DESCRIPTION
  3695.  
  3696.  
  3697.  
  3698. Remote Network Monitoring Working Group                        [Page 66]
  3699.  
  3700. RFC 1271             Remote Network Monitoring MIB         November 1991
  3701.  
  3702.  
  3703.                   "The status of this channel entry."
  3704.               ::= { channelEntry 12 }
  3705.  
  3706.  
  3707.           -- The Packet Capture Group
  3708.  
  3709.           -- Implementation of the Packet Capture group is optional.
  3710.           --
  3711.           -- The Packet Capture Group requires implementation of the
  3712.           -- Filter Group.
  3713.           --
  3714.           -- The Packet Capture group allows packets to be captured
  3715.           -- upon a filter match.  The bufferControlTable controls
  3716.           -- the captured packets output from a channel that is
  3717.           -- associated with it.  The captured packets are placed
  3718.           -- in entries in the captureBufferTable.  These entries are
  3719.           -- associated with the bufferControlEntry on whose behalf they
  3720.           -- were stored.
  3721.  
  3722.           bufferControlTable OBJECT-TYPE
  3723.               SYNTAX SEQUENCE OF BufferControlEntry
  3724.               ACCESS not-accessible
  3725.               STATUS mandatory
  3726.               DESCRIPTION
  3727.                   "A list of buffers control entries."
  3728.               ::= { capture 1 }
  3729.  
  3730.           bufferControlEntry OBJECT-TYPE
  3731.               SYNTAX BufferControlEntry
  3732.               ACCESS not-accessible
  3733.               STATUS mandatory
  3734.               DESCRIPTION
  3735.                   "A set of parameters that control the collection of
  3736.                   a stream of packets that have matched filters."
  3737.               INDEX { bufferControlIndex }
  3738.               ::= { bufferControlTable 1 }
  3739.  
  3740.           BufferControlEntry ::= SEQUENCE {
  3741.               bufferControlIndex                INTEGER (1..65535),
  3742.               bufferControlChannelIndex         INTEGER (1..65535),
  3743.               bufferControlFullStatus           INTEGER,
  3744.               bufferControlFullAction           INTEGER,
  3745.               bufferControlCaptureSliceSize     INTEGER,
  3746.               bufferControlDownloadSliceSize    INTEGER,
  3747.               bufferControlDownloadOffset       INTEGER,
  3748.               bufferControlMaxOctetsRequested   INTEGER,
  3749.               bufferControlMaxOctetsGranted     INTEGER,
  3750.               bufferControlCapturedPackets      INTEGER,
  3751.  
  3752.  
  3753.  
  3754. Remote Network Monitoring Working Group                        [Page 67]
  3755.  
  3756. RFC 1271             Remote Network Monitoring MIB         November 1991
  3757.  
  3758.  
  3759.               bufferControlTurnOnTime           TimeTicks,
  3760.               bufferControlOwner                OwnerString,
  3761.               bufferControlStatus               INTEGER
  3762.           }
  3763.  
  3764.           bufferControlIndex OBJECT-TYPE
  3765.               SYNTAX INTEGER (1..65535)
  3766.               ACCESS read-only
  3767.               STATUS mandatory
  3768.               DESCRIPTION
  3769.                   "An index that uniquely identifies an entry
  3770.                   in the bufferControl table.  The value of this
  3771.                   index shall never be zero.  Each such
  3772.                   entry defines one set of packets that is
  3773.                   captured and controlled by one or more filters."
  3774.               ::= { bufferControlEntry 1 }
  3775.  
  3776.           bufferControlChannelIndex OBJECT-TYPE
  3777.               SYNTAX INTEGER (1..65535)
  3778.               ACCESS read-write
  3779.               STATUS mandatory
  3780.               DESCRIPTION
  3781.                   "An index that identifies the channel that is the
  3782.                   source of packets for this bufferControl table.
  3783.                   The channel identified by a particular value of this
  3784.                   index is the same as identified by the same value of
  3785.                   the channelIndex object.
  3786.  
  3787.                   This object may not be modified if the associated
  3788.                   bufferControlStatus object is equal to valid(1)."
  3789.               ::= { bufferControlEntry 2 }
  3790.  
  3791.           bufferControlFullStatus OBJECT-TYPE
  3792.               SYNTAX INTEGER {
  3793.                       spaceAvailable(1),
  3794.                       full(2)
  3795.               }
  3796.               ACCESS read-only
  3797.               STATUS mandatory
  3798.               DESCRIPTION
  3799.                   "This object shows whether the buffer has room to
  3800.                   accept new packets or if it is full.
  3801.  
  3802.                   If the status is spaceAvailable(1), the buffer is
  3803.                   accepting new packets normally.  If the status is
  3804.                   full(2) and the associated bufferControlFullAction
  3805.                   object is wrapWhenFull, the buffer is accepting new
  3806.                   packets by deleting enough of the oldest packets
  3807.  
  3808.  
  3809.  
  3810. Remote Network Monitoring Working Group                        [Page 68]
  3811.  
  3812. RFC 1271             Remote Network Monitoring MIB         November 1991
  3813.  
  3814.  
  3815.                   to make room for new ones as they arrive.  Otherwise,
  3816.                   if the status is full(2) and the
  3817.                   bufferControlFullAction object is lockWhenFull,
  3818.                   then the buffer has stopped collecting packets.
  3819.  
  3820.                   When this object is set to full(2) the probe must
  3821.                   not later set it to spaceAvailable(1) except in the
  3822.                   case of a significant gain in resources such as
  3823.                   an increase of bufferControlOctetsGranted.  In
  3824.                   particular, the wrap-mode action of deleting old
  3825.                   packets to make room for newly arrived packets
  3826.                   must not affect the value of this object."
  3827.               ::= { bufferControlEntry 3 }
  3828.  
  3829.           bufferControlFullAction OBJECT-TYPE
  3830.               SYNTAX INTEGER {
  3831.                       lockWhenFull(1),
  3832.                       wrapWhenFull(2)    -- FIFO
  3833.               }
  3834.               ACCESS read-write
  3835.               STATUS mandatory
  3836.               DESCRIPTION
  3837.                   "Controls the action of the buffer when it
  3838.                   reaches the full status.  When in the lockWhenFull(1)
  3839.                   state a packet is added to the buffer that
  3840.                   fills the buffer, the bufferControlFullStatus will
  3841.                   be set to full(2) and this buffer will stop capturing
  3842.                   packets."
  3843.               ::= { bufferControlEntry 4 }
  3844.  
  3845.           bufferControlCaptureSliceSize OBJECT-TYPE
  3846.               SYNTAX INTEGER
  3847.               ACCESS read-write
  3848.               STATUS mandatory
  3849.               DESCRIPTION
  3850.                   "The maximum number of octets of each packet
  3851.                   that will be saved in this capture buffer.
  3852.                   For example, if a 1500 octet packet is received by
  3853.                   the probe and this object is set to 500, then only
  3854.                   500 octets of the packet will be stored in the
  3855.                   associated capture buffer.  If this variable is set
  3856.                   to 0, the capture buffer will save as many octets
  3857.                   as is possible.
  3858.  
  3859.                   This object may not be modified if the associated
  3860.                   bufferControlStatus object is equal to valid(1)."
  3861.               DEFVAL { 100 }
  3862.               ::= { bufferControlEntry 5 }
  3863.  
  3864.  
  3865.  
  3866. Remote Network Monitoring Working Group                        [Page 69]
  3867.  
  3868. RFC 1271             Remote Network Monitoring MIB         November 1991
  3869.  
  3870.  
  3871.           bufferControlDownloadSliceSize OBJECT-TYPE
  3872.               SYNTAX INTEGER
  3873.               ACCESS read-write
  3874.               STATUS mandatory
  3875.               DESCRIPTION
  3876.                   "The maximum number of octets of each packet
  3877.                   in this capture buffer that will be returned in
  3878.                   an SNMP retrieval of that packet.  For example,
  3879.                   if 500 octets of a packet have been stored in the
  3880.                   associated capture buffer, the associated
  3881.                   bufferControlDownloadOffset is 0, and this
  3882.                   object is set to 100, then the captureBufferPacket
  3883.                   object that contains the packet will contain only
  3884.                   the first 100 octets of the packet.
  3885.  
  3886.                   A prudent manager will take into account possible
  3887.                   interoperability or fragmentation problems that may
  3888.                   occur if the download slice size is set too large.
  3889.                   In particular, conformant SNMP implementations are not
  3890.                   required to accept messages whose length exceeds 484
  3891.                   octets, although they are encouraged to support larger
  3892.                   datagrams whenever feasible."
  3893.               DEFVAL { 100 }
  3894.               ::= { bufferControlEntry 6 }
  3895.  
  3896.           bufferControlDownloadOffset OBJECT-TYPE
  3897.               SYNTAX INTEGER
  3898.               ACCESS read-write
  3899.               STATUS mandatory
  3900.               DESCRIPTION
  3901.                   "The offset of the first octet of each packet
  3902.                   in this capture buffer that will be returned in
  3903.                   an SNMP retrieval of that packet.  For example,
  3904.                   if 500 octets of a packet have been stored in the
  3905.                   associated capture buffer and this object is set to
  3906.                   100, then the captureBufferPacket object that
  3907.                   contains the packet will contain bytes starting
  3908.                   100 octets into the packet."
  3909.               DEFVAL { 0 }
  3910.               ::= { bufferControlEntry 7 }
  3911.  
  3912.           bufferControlMaxOctetsRequested OBJECT-TYPE
  3913.               SYNTAX INTEGER
  3914.               ACCESS read-write
  3915.               STATUS mandatory
  3916.               DESCRIPTION
  3917.                   "The requested maximum number of octets to be
  3918.                   saved in this captureBuffer, including any
  3919.  
  3920.  
  3921.  
  3922. Remote Network Monitoring Working Group                        [Page 70]
  3923.  
  3924. RFC 1271             Remote Network Monitoring MIB         November 1991
  3925.  
  3926.  
  3927.                   implementation-specific overhead. If this variable
  3928.                   is set to -1, the capture buffer will save as many
  3929.                   octets as is possible.
  3930.  
  3931.                   When this object is created or modified, the probe
  3932.                   should set bufferControlMaxOctetsGranted as closely
  3933.                   to this object as is possible for the particular probe
  3934.                   implementation and available resources.  However, if
  3935.                   the object has the special value of -1, the probe
  3936.                   must set bufferControlMaxOctetsGranted to -1."
  3937.               DEFVAL { -1 }
  3938.               ::= { bufferControlEntry 8 }
  3939.  
  3940.           bufferControlMaxOctetsGranted OBJECT-TYPE
  3941.               SYNTAX INTEGER
  3942.               ACCESS read-only
  3943.               STATUS mandatory
  3944.               DESCRIPTION
  3945.                   "The maximum number of octets that can be
  3946.                   saved in this captureBuffer, including overhead.
  3947.                   If this variable is -1, the capture buffer will save
  3948.                   as many octets as possible.
  3949.  
  3950.                   When the bufferControlMaxOctetsRequested object is
  3951.                   created or modified, the probe should set this object
  3952.                   as closely to the requested value as is possible for
  3953.                   the particular probe implementation and available
  3954.                   resources.  However, if the request object has the
  3955.                   special value of -1, the probe must set this object
  3956.                   to -1.  The probe must not lower this value except
  3957.                   as a result of a modification to the associated
  3958.                   bufferControlMaxOctetsRequested object.
  3959.  
  3960.                   When this maximum number of octets is reached
  3961.                   and a new packet is to be added to this
  3962.                   capture buffer and the corresponding
  3963.                   bufferControlFullAction is set to wrapWhenFull(2),
  3964.                   enough of the oldest packets associated with this
  3965.                   capture buffer shall be deleted by the agent so
  3966.                   that the new packet can be added.  If the
  3967.                   corresponding bufferControlFullAction is set to
  3968.                   lockWhenFull(1), the new packet shall be discarded.
  3969.                   In either case, the probe must set
  3970.                   bufferControlFullStatus to full(2).
  3971.  
  3972.                   When the value of this object changes to a value less
  3973.                   than the current value, entries are deleted from
  3974.                   the captureBufferTable associated with this
  3975.  
  3976.  
  3977.  
  3978. Remote Network Monitoring Working Group                        [Page 71]
  3979.  
  3980. RFC 1271             Remote Network Monitoring MIB         November 1991
  3981.  
  3982.  
  3983.                   bufferControlEntry.  Enough of the
  3984.                   oldest of these captureBufferEntries shall be
  3985.                   deleted by the agent so that the number of octets
  3986.                   used remains less than or equal to the new value of
  3987.                   this object.
  3988.  
  3989.                   When the value of this object changes to a value greater
  3990.                   than the current value, the number of associated
  3991.                   captureBufferEntries may be allowed to grow."
  3992.               ::= { bufferControlEntry 9 }
  3993.  
  3994.           bufferControlCapturedPackets OBJECT-TYPE
  3995.               SYNTAX INTEGER
  3996.               ACCESS read-only
  3997.               STATUS mandatory
  3998.               DESCRIPTION
  3999.                   "The number of packets currently in this captureBuffer."
  4000.               ::= { bufferControlEntry 10 }
  4001.  
  4002.           bufferControlTurnOnTime OBJECT-TYPE
  4003.               SYNTAX TimeTicks
  4004.               ACCESS read-only
  4005.               STATUS mandatory
  4006.               DESCRIPTION
  4007.                   "The value of sysUpTime when this capture buffer was
  4008.                   first turned on."
  4009.               ::= { bufferControlEntry 11 }
  4010.  
  4011.           bufferControlOwner OBJECT-TYPE
  4012.               SYNTAX OwnerString
  4013.               ACCESS read-write
  4014.               STATUS mandatory
  4015.               DESCRIPTION
  4016.                   "The entity that configured this entry and is therefore
  4017.                   using the resources assigned to it."
  4018.               ::= { bufferControlEntry 12 }
  4019.  
  4020.           bufferControlStatus OBJECT-TYPE
  4021.               SYNTAX EntryStatus
  4022.               ACCESS read-write
  4023.               STATUS mandatory
  4024.               DESCRIPTION
  4025.                   "The status of this buffer Control Entry."
  4026.               ::= { bufferControlEntry 13 }
  4027.  
  4028.           captureBufferTable OBJECT-TYPE
  4029.               SYNTAX SEQUENCE OF CaptureBufferEntry
  4030.               ACCESS not-accessible
  4031.  
  4032.  
  4033.  
  4034. Remote Network Monitoring Working Group                        [Page 72]
  4035.  
  4036. RFC 1271             Remote Network Monitoring MIB         November 1991
  4037.  
  4038.  
  4039.               STATUS mandatory
  4040.               DESCRIPTION
  4041.                   "A list of packets captured off of a channel."
  4042.               ::= { capture 2 }
  4043.  
  4044.           captureBufferEntry OBJECT-TYPE
  4045.               SYNTAX CaptureBufferEntry
  4046.               ACCESS not-accessible
  4047.               STATUS mandatory
  4048.               DESCRIPTION
  4049.                   "A packet captured off of an attached network."
  4050.               INDEX { captureBufferControlIndex, captureBufferIndex }
  4051.               ::= { captureBufferTable 1 }
  4052.  
  4053.           CaptureBufferEntry ::= SEQUENCE {
  4054.               captureBufferControlIndex   INTEGER (1..65535),
  4055.               captureBufferIndex          INTEGER,
  4056.               captureBufferPacketID       INTEGER,
  4057.               captureBufferPacketData     OCTET STRING,
  4058.               captureBufferPacketLength   INTEGER,
  4059.               captureBufferPacketTime     INTEGER,
  4060.               captureBufferPacketStatus   INTEGER
  4061.           }
  4062.  
  4063.           captureBufferControlIndex OBJECT-TYPE
  4064.               SYNTAX INTEGER (1..65535)
  4065.               ACCESS read-only
  4066.               STATUS mandatory
  4067.               DESCRIPTION
  4068.                   "The index of the bufferControlEntry with which
  4069.                   this packet is associated."
  4070.               ::= { captureBufferEntry 1 }
  4071.  
  4072.           captureBufferIndex OBJECT-TYPE
  4073.               SYNTAX INTEGER
  4074.               ACCESS read-only
  4075.               STATUS mandatory
  4076.               DESCRIPTION
  4077.                   "An index that uniquely identifies an entry
  4078.                   in the captureBuffer table associated with a
  4079.                   particular bufferControlEntry.  This index will
  4080.                   start at 1 and increase by one for each new packet
  4081.                   added with the same captureBufferControlIndex."
  4082.               ::= { captureBufferEntry 2 }
  4083.  
  4084.           captureBufferPacketID OBJECT-TYPE
  4085.               SYNTAX INTEGER
  4086.               ACCESS read-only
  4087.  
  4088.  
  4089.  
  4090. Remote Network Monitoring Working Group                        [Page 73]
  4091.  
  4092. RFC 1271             Remote Network Monitoring MIB         November 1991
  4093.  
  4094.  
  4095.               STATUS mandatory
  4096.               DESCRIPTION
  4097.                   "An index that describes the order of packets
  4098.                   that are received on a particular interface.
  4099.                   The packetID of a packet captured on an
  4100.                   interface is defined to be greater than the
  4101.                   packetID's of all packets captured previously on
  4102.                   the same interface.  As the captureBufferPacketID
  4103.                   object has a maximum positive value of 2^31 - 1,
  4104.                   any captureBufferPacketID object shall have the
  4105.                   value of the associated packet's packetID mod 2^31."
  4106.               ::= { captureBufferEntry 3 }
  4107.  
  4108.           captureBufferPacketData OBJECT-TYPE
  4109.               SYNTAX OCTET STRING
  4110.               ACCESS read-only
  4111.               STATUS mandatory
  4112.               DESCRIPTION
  4113.                   "The data inside the packet, starting at the beginning
  4114.                   of the packet plus any offset specified in the
  4115.                   associated bufferControlDownloadOffset, including any
  4116.                   link level headers.  The length of the data in this
  4117.                   object is the minimum of the length of the captured
  4118.                   packet minus the offset, the length of the associated
  4119.                   bufferControlCaptureSliceSize minus the offset, and the
  4120.                   associated bufferControlDownloadSliceSize.  If this
  4121.                   minimum is less than zero, this object shall have a
  4122.                   length of zero."
  4123.               ::= { captureBufferEntry 4 }
  4124.  
  4125.           captureBufferPacketLength OBJECT-TYPE
  4126.               SYNTAX INTEGER
  4127.               ACCESS read-only
  4128.               STATUS mandatory
  4129.               DESCRIPTION
  4130.                   "The actual length (off the wire) of the packet stored
  4131.                   in this entry, including FCS octets."
  4132.               ::= { captureBufferEntry 5 }
  4133.  
  4134.           captureBufferPacketTime OBJECT-TYPE
  4135.               SYNTAX INTEGER
  4136.               ACCESS read-only
  4137.               STATUS mandatory
  4138.               DESCRIPTION
  4139.                   "The number of milliseconds that had passed since
  4140.                   this capture buffer was first turned on when this
  4141.                   packet was captured."
  4142.               ::= { captureBufferEntry 6 }
  4143.  
  4144.  
  4145.  
  4146. Remote Network Monitoring Working Group                        [Page 74]
  4147.  
  4148. RFC 1271             Remote Network Monitoring MIB         November 1991
  4149.  
  4150.  
  4151.           captureBufferPacketStatus OBJECT-TYPE
  4152.               SYNTAX INTEGER
  4153.               ACCESS read-only
  4154.               STATUS mandatory
  4155.               DESCRIPTION
  4156.                   "A value which indicates the error status of this
  4157.                   packet.
  4158.  
  4159.                   The value of this object is defined in the same way as
  4160.                   filterPacketStatus.  The value is a sum.  This sum
  4161.                   initially takes the value zero.  Then, for each
  4162.                   error, E, that has been discovered in this packet,
  4163.                   2 raised to a value representing E is added to the sum.
  4164.  
  4165.                   The errors defined for a packet captured off of an
  4166.                   Ethernet interface are as follows:
  4167.  
  4168.                       bit #    Error
  4169.                           0    Packet is longer than 1518 octets
  4170.                           1    Packet is shorter than 64 octets
  4171.                           2    Packet experienced a CRC or Alignment
  4172.                                error
  4173.                           3    First packet in this capture buffer after
  4174.                                it was detected that some packets were
  4175.                                not processed correctly.
  4176.  
  4177.                   For example, an Ethernet fragment would have a
  4178.                   value of 6 (2^1 + 2^2).
  4179.  
  4180.                   As this MIB is expanded to new media types, this object
  4181.                   will have other media-specific errors defined."
  4182.               ::= { captureBufferEntry 7 }
  4183.  
  4184.  
  4185.           -- The Event Group
  4186.  
  4187.           -- Implementation of the Event group is optional.
  4188.           --
  4189.           -- The Event group controls the generation and notification
  4190.           -- of events from this device.  Each entry in the eventTable
  4191.           -- describes the parameters of the event that can be triggered.
  4192.           -- Each event entry is fired by an associated condition located
  4193.           -- elsewhere in the MIB.  An event entry may also be associated
  4194.           -- with a function elsewhere in the MIB that will be executed
  4195.           -- when the event is generated.  For example, a channel may
  4196.           -- be turned on or off by the firing of an event.
  4197.           --
  4198.           -- Each eventEntry may optionally specify that a log entry
  4199.  
  4200.  
  4201.  
  4202. Remote Network Monitoring Working Group                        [Page 75]
  4203.  
  4204. RFC 1271             Remote Network Monitoring MIB         November 1991
  4205.  
  4206.  
  4207.           -- be created on its behalf whenever the event occurs.
  4208.           -- Each entry may also specify that notification should
  4209.           -- occur by way of SNMP trap messages.  In this case, the
  4210.           -- community for the trap message is given in the associated
  4211.           -- eventCommunity object.  The enterprise and specific trap
  4212.           -- fields of the trap are determined by the condition that
  4213.           -- triggered the event.  Three traps are defined in a companion
  4214.           -- document: risingAlarm, fallingAlarm, and packetMatch.
  4215.           -- If the eventTable is triggered by a condition specified
  4216.           -- elsewhere, the enterprise and specific trap fields
  4217.           -- must be specified for traps generated for that condition.
  4218.  
  4219.           eventTable OBJECT-TYPE
  4220.               SYNTAX SEQUENCE OF EventEntry
  4221.               ACCESS not-accessible
  4222.               STATUS mandatory
  4223.               DESCRIPTION
  4224.                   "A list of events to be generated."
  4225.               ::= { event 1 }
  4226.  
  4227.           eventEntry OBJECT-TYPE
  4228.               SYNTAX EventEntry
  4229.               ACCESS not-accessible
  4230.               STATUS mandatory
  4231.               DESCRIPTION
  4232.                   "A set of parameters that describe an event to be
  4233.                   generated when certain conditions are met."
  4234.               INDEX { eventIndex }
  4235.               ::= { eventTable 1 }
  4236.  
  4237.           EventEntry ::= SEQUENCE {
  4238.               eventIndex          INTEGER (1..65535),
  4239.               eventDescription    DisplayString (SIZE (0..127)),
  4240.               eventType           INTEGER,
  4241.               eventCommunity      OCTET STRING (SIZE (0..127)),
  4242.               eventLastTimeSent   TimeTicks,
  4243.               eventOwner          OwnerString,
  4244.               eventStatus         INTEGER
  4245.           }
  4246.  
  4247.           eventIndex OBJECT-TYPE
  4248.               SYNTAX INTEGER (1..65535)
  4249.               ACCESS read-only
  4250.               STATUS mandatory
  4251.               DESCRIPTION
  4252.                   "An index that uniquely identifies an entry in the
  4253.                   event table.  Each such entry defines one event that
  4254.                   is to be generated when the appropriate conditions
  4255.  
  4256.  
  4257.  
  4258. Remote Network Monitoring Working Group                        [Page 76]
  4259.  
  4260. RFC 1271             Remote Network Monitoring MIB         November 1991
  4261.  
  4262.  
  4263.                   occur."
  4264.               ::= { eventEntry 1 }
  4265.  
  4266.           eventDescription OBJECT-TYPE
  4267.               SYNTAX DisplayString (SIZE (0..127))
  4268.               ACCESS read-write
  4269.               STATUS mandatory
  4270.               DESCRIPTION
  4271.                   "A comment describing this event entry."
  4272.               ::= { eventEntry 2 }
  4273.  
  4274.           eventType OBJECT-TYPE
  4275.               SYNTAX INTEGER {
  4276.                       none(1),
  4277.                       log(2),
  4278.                       snmp-trap(3),    -- send an SNMP trap
  4279.                       log-and-trap(4)
  4280.               }
  4281.               ACCESS read-write
  4282.               STATUS mandatory
  4283.               DESCRIPTION
  4284.                   "The type of notification that the probe will make
  4285.                   about this event.  In the case of log, an entry is
  4286.                   made in the log table for each event.  In the case of
  4287.                   snmp-trap, an SNMP trap is sent to one or more
  4288.                   management stations."
  4289.               ::= { eventEntry 3 }
  4290.  
  4291.           eventCommunity OBJECT-TYPE
  4292.               SYNTAX OCTET STRING (SIZE (0..127))
  4293.               ACCESS read-write
  4294.               STATUS mandatory
  4295.               DESCRIPTION
  4296.                   "If an SNMP trap is to be sent, it will be sent to
  4297.                   the SNMP community specified by this octet string.
  4298.                   In the future this table will be extended to include
  4299.                   the party security mechanism.  This object shall be
  4300.                   set to a string of length zero if it is intended that
  4301.                   that mechanism be used to specify the destination of
  4302.                   the trap."
  4303.               ::= { eventEntry 4 }
  4304.  
  4305.           eventLastTimeSent OBJECT-TYPE
  4306.               SYNTAX TimeTicks
  4307.               ACCESS read-only
  4308.               STATUS mandatory
  4309.               DESCRIPTION
  4310.                   "The value of sysUpTime at the time this event
  4311.  
  4312.  
  4313.  
  4314. Remote Network Monitoring Working Group                        [Page 77]
  4315.  
  4316. RFC 1271             Remote Network Monitoring MIB         November 1991
  4317.  
  4318.  
  4319.                   entry last generated an event.  If this entry has
  4320.                   not generated any events, this value will be
  4321.                   zero."
  4322.               ::= { eventEntry 5 }
  4323.  
  4324.           eventOwner OBJECT-TYPE
  4325.               SYNTAX OwnerString
  4326.               ACCESS read-write
  4327.               STATUS mandatory
  4328.               DESCRIPTION
  4329.                   "The entity that configured this entry and is therefore
  4330.                   using the resources assigned to it.
  4331.  
  4332.                   If this object contains a string starting with 'monitor'
  4333.                   and has associated entries in the log table, all
  4334.                   connected management stations should retrieve those
  4335.                   log entries, as they may have significance to all
  4336.                   management stations connected to this device"
  4337.               ::= { eventEntry 6 }
  4338.  
  4339.           eventStatus OBJECT-TYPE
  4340.               SYNTAX EntryStatus
  4341.               ACCESS read-write
  4342.               STATUS mandatory
  4343.               DESCRIPTION
  4344.                   "The status of this event entry.
  4345.  
  4346.                   If this object is not equal to valid(1), all associated
  4347.                   log entries shall be deleted by the agent."
  4348.               ::= { eventEntry 7 }
  4349.  
  4350.           --
  4351.           logTable OBJECT-TYPE
  4352.               SYNTAX SEQUENCE OF LogEntry
  4353.               ACCESS not-accessible
  4354.               STATUS mandatory
  4355.               DESCRIPTION
  4356.                   "A list of events that have been logged."
  4357.               ::= { event 2 }
  4358.  
  4359.           logEntry OBJECT-TYPE
  4360.               SYNTAX LogEntry
  4361.               ACCESS not-accessible
  4362.               STATUS mandatory
  4363.               DESCRIPTION
  4364.                   "A set of data describing an event that has been
  4365.                   logged."
  4366.               INDEX { logEventIndex, logIndex }
  4367.  
  4368.  
  4369.  
  4370. Remote Network Monitoring Working Group                        [Page 78]
  4371.  
  4372. RFC 1271             Remote Network Monitoring MIB         November 1991
  4373.  
  4374.  
  4375.               ::= { logTable 1 }
  4376.  
  4377.           LogEntry ::= SEQUENCE {
  4378.               logEventIndex           INTEGER (1..65535),
  4379.               logIndex                INTEGER,
  4380.               logTime                 TimeTicks,
  4381.               logDescription          DisplayString (SIZE (0..255))
  4382.           }
  4383.  
  4384.           logEventIndex OBJECT-TYPE
  4385.               SYNTAX INTEGER (1..65535)
  4386.               ACCESS read-only
  4387.               STATUS mandatory
  4388.               DESCRIPTION
  4389.                   "The event entry that generated this log
  4390.                   entry.  The log identified by a particular
  4391.                   value of this index is associated with the same
  4392.                   eventEntry as identified by the same value
  4393.                   of eventIndex."
  4394.               ::= { logEntry 1 }
  4395.  
  4396.           logIndex OBJECT-TYPE
  4397.               SYNTAX INTEGER
  4398.               ACCESS read-only
  4399.               STATUS mandatory
  4400.               DESCRIPTION
  4401.                   "An index that uniquely identifies an entry
  4402.                   in the log table amongst those generated by the
  4403.                   same eventEntries.  These indexes are
  4404.                   assigned beginning with 1 and increase by one
  4405.                   with each new log entry.  The association
  4406.                   between values of logIndex and logEntries
  4407.                   is fixed for the lifetime of each logEntry.
  4408.                   The agent may choose to delete the oldest
  4409.                   instances of logEntry as required because of
  4410.                   lack of memory.  It is an implementation-specific
  4411.                   matter as to when this deletion may occur."
  4412.               ::= { logEntry 2 }
  4413.  
  4414.           logTime OBJECT-TYPE
  4415.               SYNTAX TimeTicks
  4416.               ACCESS read-only
  4417.               STATUS mandatory
  4418.               DESCRIPTION
  4419.                   "The value of sysUpTime when this log entry was
  4420.                   created."
  4421.               ::= { logEntry 3 }
  4422.  
  4423.  
  4424.  
  4425.  
  4426. Remote Network Monitoring Working Group                        [Page 79]
  4427.  
  4428. RFC 1271             Remote Network Monitoring MIB         November 1991
  4429.  
  4430.  
  4431.           logDescription OBJECT-TYPE
  4432.               SYNTAX DisplayString (SIZE (0..255))
  4433.               ACCESS read-only
  4434.               STATUS mandatory
  4435.               DESCRIPTION
  4436.                   "An implementation dependent description of the
  4437.                   event that activated this log entry."
  4438.               ::= { logEntry 4 }
  4439.  
  4440.           END
  4441.  
  4442. 7.  Acknowledgments
  4443.  
  4444.    This document was produced by the IETF Remote Network Monitoring
  4445.    Working Group.
  4446.  
  4447.    In addition, the comments of the following individuals are also
  4448.    acknowledged:
  4449.  
  4450.       Anne Ambler             Spider Systems
  4451.       Steve Bostock           Novell
  4452.       Gigi Chu                Hewlett-Packard
  4453.       Chuck Davin             MIT
  4454.       Gary Ellis              Hewlett-Packard
  4455.       Mike Erlinger           Lexcel
  4456.       Stephen Grau            Novell
  4457.       Martin Gray             Spider Systems
  4458.       Mark Hoerth             Hewlett-Packard
  4459.       Tim Lee-Thorp           Network General
  4460.       Anil Singhal            Frontier Software
  4461.       David Stevens           Network General
  4462.       Gerard White            Concord Communications
  4463.  
  4464. 8.  References
  4465.  
  4466.    [1] Cerf, V., "IAB Recommendations for the Development of Internet
  4467.        Network Management Standards", RFC 1052, NRI, April 1988.
  4468.  
  4469.    [2] Cerf, V., "Report of the Second Ad Hoc Network Management Review
  4470.        Group", RFC 1109, NRI, August 1989.
  4471.  
  4472.    [3] Rose M., and K. McCloghrie, "Structure and Identification of
  4473.        Management Information for TCP/IP-based internets", RFC 1155,
  4474.        Performance Systems International, Hughes LAN Systems, May 1990.
  4475.  
  4476.    [4] McCloghrie K., and M. Rose, "Management Information Base for
  4477.        Network Management of TCP/IP-based internets", RFC 1156, Hughes
  4478.        LAN Systems, Performance Systems International, May 1990.
  4479.  
  4480.  
  4481.  
  4482. Remote Network Monitoring Working Group                        [Page 80]
  4483.  
  4484. RFC 1271             Remote Network Monitoring MIB         November 1991
  4485.  
  4486.  
  4487.    [5] Case, J., Fedor, M., Schoffstall, M., and J. Davin, "Simple
  4488.        Network Management Protocol", RFC 1157, SNMP Research,
  4489.        Performance Systems International, Performance Systems
  4490.        International, MIT Laboratory for Computer Science, May 1990.
  4491.  
  4492.    [6] McCloghrie K., and M. Rose, Editors, "Management Information Base
  4493.        for Network Management of TCP/IP-based internets", RFC 1213,
  4494.        Performance Systems International, March 1991.
  4495.  
  4496.    [7] Information processing systems - Open Systems Interconnection -
  4497.        Specification of Abstract Syntax Notation One (ASN.1),
  4498.        International Organization for Standardization, International
  4499.        Standard 8824, December 1987.
  4500.  
  4501.    [8] Information processing systems - Open Systems Interconnection -
  4502.        Specification of Basic Encoding Rules for Abstract Notation One
  4503.        (ASN.1), International Organization for Standardization,
  4504.        International Standard 8825, December 1987.
  4505.  
  4506.    [9] Rose, M., and K. McCloghrie, Editors, "Concise MIB Definitions",
  4507.        RFC 1212, Performance Systems International, Hughes LAN Systems,
  4508.        March 1991.
  4509.  
  4510.   [10] Rose, M., Editor, "A Convention for Defining Traps for use with
  4511.        the SNMP", RFC 1215, Performance Systems International, March
  4512.        1991.
  4513.  
  4514. Security Considerations
  4515.  
  4516.    Security issues are not discussed in this memo.
  4517.  
  4518. Author's Address
  4519.  
  4520.    Steven Waldbusser
  4521.    Carnegie Mellon University
  4522.    4910 Forbes Ave.
  4523.    Pittsburgh, PA 15213
  4524.  
  4525.    Phone: (412) 268-6628
  4526.  
  4527.    EMail: waldbusser@andrew.cmu.edu
  4528.  
  4529.  
  4530.  
  4531.  
  4532.  
  4533.  
  4534.  
  4535.  
  4536.  
  4537.  
  4538. Remote Network Monitoring Working Group                        [Page 81]
  4539.